Navigation
API > API/Plugins > API/Plugins/InterchangeEditor > API/Plugins/InterchangeEditor/UInterchangeEditorScriptLibrary
Description
Returns array of actors that are editable in the editor when the level instance is put in edit mode. NOTE: This will return a non-empty array if the LevelInstance is put in the edit mode.
| Name | LevelInstanceGetEditableActors |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Editor/Source/InterchangeEditor/Public/InterchangeEditorScriptLibrary.h |
| Include Path | #include "InterchangeEditorScriptLibrary.h" |
| Source | /Engine/Plugins/Interchange/Editor/Source/InterchangeEditor/Private/InterchangeEditorScriptLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange Utilities | Reset")
static const TArray < AActor * > LevelInstanceGetEditableActors
(
ALevelInstance * LevelInstance
)
Array of editable actors.
Parameters
| Name | Remarks |
|---|---|
| LevelInstance | to get editable actors from |