Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/DataLayer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataAsset
- UDataLayerAsset
- UExternalDataLayerAsset
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/DataLayer/DataLayerAsset.h |
| Include | #include "WorldPartition/DataLayer/DataLayerAsset.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, MinimalAPI)
class UDataLayerAsset : public UDataAsset
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportsActorFilters | ||
| EDataLayerType | DataLayerType | Whether the Data Layer affects actor runtime loading |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDataLayerAsset
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBeReferencedByActor
(
AActor* InActor |
||
| bool | CanBeReferencedByActor
(
const TSoftObjectPtr< UDataLayerAsset >& InDataLayerAsset, |
||
| bool | |||
| FColor | |||
| EDataLayerType | GetType () |
||
| bool | IsClientOnly () |
||
| bool | IsPrivate () |
||
| bool | IsRuntime () |
||
| bool | IsServerOnly () |
||
| void | OnCreated () |
||
| void | SetDebugColor
(
FColor InDebugColor |
||
| void | SetType
(
EDataLayerType Type |
||
| bool |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Called by the editor to query whether a property of this object is allowed to be modified. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |