Navigation
Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorActionCallbacks
References
Module | LevelEditor |
Header | /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h |
Include | #include "LevelEditorActions.h" |
Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp |
static void OnSelectAllActorsOfClass ( bool bArchetype )
Remarks
Called when selecting all actors of the same class that is selected
Parameters
Name | Description |
---|---|
bArchetype | true to also check that the archetype is the same |