Navigation
Unreal Engine C++ API Reference > Editor > DataLayerEditor > DataLayer > UDataLayerEditorSubsystem
References
Module | DataLayerEditor |
Header | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h |
Include | #include "DataLayer/DataLayerEditorSubsystem.h" |
Source | /Engine/Source/Editor/DataLayerEditor/Private/DataLayer/DataLayerEditorSubsystem.cpp |
bool RemoveActorFromAllDataLayers ( [AActor](API\Runtime\Engine\GameFramework\AActor) * Actor )
Remarks
Removes an actor from all DataLayers. true if the actor was changed.
Parameters
Name | Description |
---|---|
Actor | The actor to modify |