You can use the function
virtual void OnConstruction(const FTransform& Transform) OVERRIDE;
It should work like Bp construction scripts and allow you to edit variables and place components that will be visible in the editor.
You can use the function
virtual void OnConstruction(const FTransform& Transform) OVERRIDE;
It should work like Bp construction scripts and allow you to edit variables and place components that will be visible in the editor.