AppendActorsFromLayer

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

AppendActorsFromLayer

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

Appends all the actors associated with the specified layer.

Public function Const

void

 

AppendActorsFromLayer

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

Appends all the actors associated with the specified layer.

Public function Virtual Const

void

 

AppendActorsFromLayer

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

Appends all the actors associated with the specified layer.

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