Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorDelegates
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Editor.h |
| Include | #include "Editor.h" |
Syntax
static FOnEditorActorReplaced OnEditorActorReplaced;
Remarks
Called when an actor is replaced in the editor (once AActor::EditorReplacedActor is completed). The first parameter is the old actor, the second is the new actor.