Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ULevelInstancePropertyOverridePolicy |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstancePropertyOverridePolicy.h |
| Include Path | #include "LevelInstance/LevelInstancePropertyOverridePolicy.h" |
Syntax
UCLASS (Abstract, NotBlueprintable)
class ULevelInstancePropertyOverridePolicy : public UWorldPartitionPropertyOverridePolicy
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWorldPartitionPropertyOverridePolicy → ULevelInstancePropertyOverridePolicy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULevelInstancePropertyOverridePolicy() |
LevelInstance/LevelInstancePropertyOverridePolicy.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ULevelInstancePropertyOverridePolicy() |
LevelInstance/LevelInstancePropertyOverridePolicy.h |
Functions
Public
Overridden from UWorldPartitionPropertyOverridePolicy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanOverrideProperty
(
const FProperty* InProperty |
LevelInstance/LevelInstancePropertyOverridePolicy.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanOverridePropertyImpl
(
const FProperty* InProperty |
LevelInstance/LevelInstancePropertyOverridePolicy.h |