UObjects

Add a button to the editor details panel

Using CallInEditor with UNFUNCTION allows you to put a button in the editor details panel.

UFUNCTION(CallInEditor, Category = "Ship")
void apply_asset_configuration();
A UFunction button in an actor's details panel
A UFunction button in an actor's details panel