Ah ha, I forgot about constructors, didn’t realize that it went in here:
class Action
{
Action()
{
}
ActionEnums::ActionType CurrentActionType;
};
You’ve fixed my problem, thanks 
Ah ha, I forgot about constructors, didn’t realize that it went in here:
class Action
{
Action()
{
}
ActionEnums::ActionType CurrentActionType;
};
You’ve fixed my problem, thanks 