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();
Using CallInEditor with UNFUNCTION allows you to put a button in the editor details panel.
UFUNCTION(CallInEditor, Category = "Ship")
void apply_asset_configuration();