Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/FLevelEditorModule
References
| Module | LevelEditor |
| Header | /Engine/Source/Editor/LevelEditor/Public/LevelEditor.h |
| Include | #include "LevelEditor.h" |
virtual void BroadcastOverridePropertyEditorSelection
(
const TArray < AActor * > & NewSelection,
bool bForceRefresh
)
Remarks
Called to set property editors to show the given actors, even if those actors aren't in the current selection set
Parameters
| Name | Description |
|---|---|
| NewSelection | List of actors to edit the properties of |