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