Navigation
API > API/Editor > API/Editor/DataLayerEditor > API/Editor/DataLayerEditor/UDataLayerEditorSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendActorsFromDataLayer
(
UDataLayerInstance* DataLayer, |
Appends all the actors associated with the specified DataLayer. | DataLayer/DataLayerEditorSubsystem.h |
|
void AppendActorsFromDataLayer
(
UDataLayerInstance* DataLayer, |
Appends all the actors associated with the specified DataLayer. | DataLayer/DataLayerEditorSubsystem.h |
AppendActorsFromDataLayer(UDataLayerInstance , TArray< AActor > &)
Description
Appends all the actors associated with the specified DataLayer.
| Name | AppendActorsFromDataLayer |
| Type | function |
| Header File | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h |
| Include Path | #include "DataLayer/DataLayerEditorSubsystem.h" |
| Source | /Engine/Source/Editor/DataLayerEditor/Private/DataLayer/DataLayerEditorSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category=DataLayers)
void AppendActorsFromDataLayer
(
UDataLayerInstance * DataLayer,
TArray< AActor * > & InOutActors
) const
Parameters
| Name | Remarks |
|---|---|
| DataLayer | The DataLayer to find actors for. |
| InOutActors | The list to append the found actors to. |
AppendActorsFromDataLayer(UDataLayerInstance , TArray< AActor > &, const TSharedPtr< FActorFilter > &)
Description
Appends all the actors associated with the specified DataLayer.
| Name | AppendActorsFromDataLayer |
| Type | function |
| Header File | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h |
| Include Path | #include "DataLayer/DataLayerEditorSubsystem.h" |
| Source | /Engine/Source/Editor/DataLayerEditor/Private/DataLayer/DataLayerEditorSubsystem.cpp |
void AppendActorsFromDataLayer
(
UDataLayerInstance * DataLayer,
TArray< AActor * > & InOutActors,
const TSharedPtr< FActorFilter > & Filter
) const
Parameters
| Name | Remarks |
|---|---|
| DataLayer | The DataLayer 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. |