Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Layers > ULayersSubsystem > AppendActorsFromLayers
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Layers/LayersSubsystem.h |
Include | #include "Layers/LayersSubsystem.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Layers/LayersSubsystem.cpp |
void AppendActorsFromLayers
&40;
const TArray< FName > & LayerNames,
TArray< AActor &42; > & InOutActors,
const TSharedPtr< ActorFilter > & Filter
&41; const
Remarks
Appends all the actors associated with ANY of the specified layers.
Parameters
Name | Description |
---|---|
LayerNames | The layers to find actors for. |
InOutActors | The list to append the found actors to. |
Filter | [optional] Actor that don't pass the specified filter restrictions won't be selected. |