Navigation
API > API/Plugins > API/Plugins/ActorLayerUtilities
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- ULayersBlueprintLibrary
References
| Module | ActorLayerUtilities |
| Header | /Engine/Plugins/Runtime/ActorLayerUtilities/Source/ActorLayerUtilities/Public/ActorLayerUtilities.h |
| Include | #include "ActorLayerUtilities.h" |
Syntax
UCLASS&40;&41;
class ULayersBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
Function library containing methods for interacting with editor layers
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddActorToLayer
(
AActor* InActor, |
Adds the actor to the specified layer | |
| TArray< AActor * > | GetActors
(
UObject* WorldContextObject, |
Get all the actors in this layer | |
| void | RemoveActorFromLayer
(
AActor* InActor, |
Removes the actor from the specified layer |