Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | FPropertyRestriction |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h |
| Include Path | #include "PropertyRestriction.h" |
Syntax
class FPropertyRestriction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyRestriction
(
const FText& InReason |
PropertyRestriction.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassViewFilter | TArray< TSharedRef< IClassViewerFilter > > | PropertyRestriction.h | ||
| DisabledValues | TArray< FString > | PropertyRestriction.h | ||
| HiddenValues | TArray< FString > | PropertyRestriction.h | ||
| Reason | FText | PropertyRestriction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddClassFilter
(
TSharedRef< IClassViewerFilter > ClassFilter |
PropertyRestriction.h | ||
void AddDisabledValue
(
FString Value |
PropertyRestriction.h | ||
void AddHiddenValue
(
FString Value |
PropertyRestriction.h | ||
TArray< TSharedRef< IClassViewerFilter > >::TConstIterator GeClassViewFilterIterator() |
PropertyRestriction.h | ||
| PropertyRestriction.h | |||
| PropertyRestriction.h | |||
const FText & GetReason() |
PropertyRestriction.h | ||
bool IsValueDisabled
(
const FString& Value |
PropertyRestriction.h | ||
bool IsValueHidden
(
const FString& Value |
PropertyRestriction.h | ||
void RemoveAll() |
PropertyRestriction.h | ||
void RemoveClassFilter
(
TSharedRef< IClassViewerFilter > ClassFilter |
PropertyRestriction.h | ||
void RemoveDisabledValue
(
FString Value |
PropertyRestriction.h | ||
void RemoveHiddenValue
(
FString Value |
PropertyRestriction.h |