I just tried doing this in a new project with a c++ player controller spawning a c++ actor which has CreateDefaultSubobject of a c++ actor component in its constructor. The component then has a c++ uobject (created using NewObject) with an integer value. My goal is to be able to access the integer value after spawning the actor. I can’t even manage to spawn the actor though.
link text