.h dosyasında
struct SApplyRandom
{
SApplyRandom(EApplyTypes _ApplyType, std::string _ApplyValueGroupName) : ApplyType(_ApplyType), ApplyValueGroupName(_ApplyValueGroupName) {}
EApplyTypes ApplyType;z
std::string ApplyValueGroupName;
};
içine bu şekilde tanımlamış