Creating a class wtihout FPostConstructInitializeProperties& PCIP?

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 :smiley: