Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance > API/Runtime/Engine/LevelInstance/ILevelInstanceEditorModule
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/ILevelInstanceEditorModule.h |
| Include | #include "LevelInstance/ILevelInstanceEditorModule.h" |
Syntax
class IPropertyOverridePolicy
Remarks
Policy Proxy so that ULevelStreamingLevelInstanceEditorPropertyOverride can register policies through this module without knowing about PropertyEditor module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditProperty
(
const FEditPropertyChain& PropertyChain, |
||
| bool | CanEditProperty
(
const FProperty* Property, |
||
| UObject * | GetArchetypeForObject
(
const UObject* Object |