AppendActorsFromDataLayers

Overload list

Unreal Engine C++ API Reference > Editor > DataLayerEditor > DataLayer > UDataLayerEditorSubsystem

  Type Name Description
Public function Const void

AppendActorsFromDataLayers ( const TArray< UDataLayerInstance* >& DataLayers,
TArray< AActor* >& InOutActors
)

Appends all the actors associated with ANY of the specified DataLayers.
Public function Const void

AppendActorsFromDataLayers ( const TArray< UDataLayerInstance* >& DataLayers,
TArray< AActor* >& InOutActors,
const TSharedPtr< FActorFilter >& Filter
)

Appends all the actors associated with ANY of the specified DataLayers.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page