AppendActorsFromLayers

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

AppendActorsFromLayers

(
    const TArray< FName >& LayerNames,
    TArray< AActor* >& InOutActor...
)

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

Public function Const

void

 

AppendActorsFromLayers

(
    const TArray< FName >& LayerNames,
    TArray< AActor* >& InOutActor...,
    const TSharedPtr< ActorFilter >& F...
)

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

Public function Virtual Const

void

 

AppendActorsFromLayers

(
    const TArray< FName >& LayerNames,
    TArray< TWeakObjectPtr< AActor > > ...,
    const TSharedPtr< ActorFilter >& F...
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss