Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ILevelInstanceEditorModule > API/Runtime/Engine/ILevelInstanceEditorModule/IPropertyOverridePolicy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanEditProperty
(
const FEditPropertyChain& PropertyChain, |
LevelInstance/ILevelInstanceEditorModule.h | ||
bool CanEditProperty
(
const FProperty* Property, |
LevelInstance/ILevelInstanceEditorModule.h |
CanEditProperty(const FEditPropertyChain &, const UObject *)
| Name | CanEditProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/ILevelInstanceEditorModule.h |
| Include Path | #include "LevelInstance/ILevelInstanceEditorModule.h" |
bool CanEditProperty
(
const FEditPropertyChain & PropertyChain,
const UObject * Object
) const
CanEditProperty(const FProperty , const UObject )
| Name | CanEditProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/ILevelInstanceEditorModule.h |
| Include Path | #include "LevelInstance/ILevelInstanceEditorModule.h" |
bool CanEditProperty
(
const FProperty * Property,
const UObject * Object
) const