ULayersBlueprintLibrary::AddActorToLayer

Adds the actor to the specified layer

Windows
MacOS
Linux

References

Module

ActorLayerUtilities

Header

/Engine/Plugins/Developer/ActorLayerUtilities/Source/ActorLayerUtilities/Public/ActorLayerUtilities.h

Include

#include "ActorLayerUtilities.h"

Source

/Engine/Plugins/Developer/ActorLayerUtilities/Source/ActorLayerUtilities/Private/ActorLayerUtilities.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category=Layer)
static void AddActorToLayer
(
    AActor * InActor,
    const FActorLayer & Layer
)

Remarks

Adds the actor to 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