Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h |
| Include | #include "PropertyRestriction.h" |
Syntax
class FPropertyRestriction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyRestriction
(
const FText& InReason |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDisabledValue
(
FString Value |
||
| void | AddHiddenValue
(
FString Value |
||
| TArray< FString >::TConstIterator | |||
| TArray< FString >::TConstIterator | |||
| const FText & | GetReason () |
||
| bool | IsValueDisabled
(
const FString& Value |
||
| bool | IsValueHidden
(
const FString& Value |
||
| void | RemoveAll () |
||
| void | RemoveDisabledValue
(
FString Value |
||
| void | RemoveHiddenValue
(
FString Value |