So I now have this:
Bot->CurrentAction = NewObject<UMoveAction>(this, UMoveAction::StaticClass());
but how would I pass in parameters then?
So I now have this:
Bot->CurrentAction = NewObject<UMoveAction>(this, UMoveAction::StaticClass());
but how would I pass in parameters then?