Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
void AddRestriction
(
TSharedRef< const FPropertyRestriction > Restriction
)
Remarks
Adds a restriction to the possible values for this property.
Parameters
| Name | Description |
|---|---|
| Restriction | The restriction being added to this property. |