Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils
Delegate used by MoveActorsToLevel() to notify about actors being moved
| Name | FOnMoveActorsToLevelEvent |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include Path | #include "EditorLevelUtils.h" |
Syntax
class FOnMoveActorsToLevelEvent : public TBaseMulticastDelegate_TwoParams< void, const TArray< AActor * > &, const ULevel * >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const TArray< AActor > &, const ULevel > → UEditorLevelUtils::FOnMoveActorsToLevelEvent