Navigation
API > API/Editor > API/Editor/DataLayerEditor > API/Editor/DataLayerEditor/DataLayer
References
| Module | DataLayerEditor |
| Header | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h |
| Include | #include "DataLayer/DataLayerEditorSubsystem.h" |
Syntax
struct FDataLayerCreationParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPrivate | ||
| TObjectPtr< UDataLayerAsset > | DataLayerAsset | Required. Will assign the asset to the created instance. | |
| TObjectPtr< AWorldDataLayers > | WorldDataLayers | Optional. Will default at the level WorldDataLayers if unset. |
Constructors
| Type | Name | Description | |
|---|---|---|---|