Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ULayersSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendActorsFromLayer
(
const FName& LayerName, |
Appends all the actors associated with the specified layer. | Layers/LayersSubsystem.h |
|
void AppendActorsFromLayer
(
const FName& LayerName, |
Appends all the actors associated with the specified layer. | Layers/LayersSubsystem.h | |
virtual void AppendActorsFromLayer
(
const FName& LayerName, |
Appends all the actors associated with the specified layer. | Layers/LayersSubsystem.h |
AppendActorsFromLayer(const FName &, TArray< AActor * > &)
Description
Appends all the actors associated with the specified layer.
| Name | AppendActorsFromLayer |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Layers/LayersSubsystem.h |
| Include Path | #include "Layers/LayersSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Layers/LayersSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category=Layers)
void AppendActorsFromLayer
(
const FName & LayerName,
TArray < AActor * > & InOutActors
) const
Parameters
| Name | Remarks |
|---|---|
| LayerName | The layer to find actors for. |
| InOutActors | The list to append the found actors to. |
AppendActorsFromLayer(const FName &, TArray< AActor * > &, const TSharedPtr< ActorFilter > &)
Description
Appends all the actors associated with the specified layer.
| Name | AppendActorsFromLayer |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Layers/LayersSubsystem.h |
| Include Path | #include "Layers/LayersSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Layers/LayersSubsystem.cpp |
void AppendActorsFromLayer
(
const FName & LayerName,
TArray < AActor * > & InOutActors,
const TSharedPtr < ActorFilter > & Filter
) const
Parameters
| Name | Remarks |
|---|---|
| LayerName | The layer 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. |
AppendActorsFromLayer(const FName &, TArray< TWeakObjectPtr< AActor > > &, const TSharedPtr< ActorFilter > &)
Description
Appends all the actors associated with the specified layer.
| Name | AppendActorsFromLayer |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Layers/LayersSubsystem.h |
| Include Path | #include "Layers/LayersSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Layers/LayersSubsystem.cpp |
virtual void AppendActorsFromLayer
(
const FName & LayerName,
TArray < TWeakObjectPtr < AActor > > & InOutActors,
const TSharedPtr < ActorFilter > & Filter
) const
Parameters
| Name | Remarks |
|---|---|
| LayerName | The layer 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. |