Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/Scene > API/Plugins/ModelingComponentsEditorOnly/Scene/FLevelObjectsObserver
Syntax
FActorAddRemoveSignature OnActorRemoved
Remarks
OnActorRemoved is emitted when an existing Actor is destroyed. Note that the Actor pointer passed here may point to garbage, ie the Actor may have already been GC'd. Do not attempt to call functions on the pointer.