IPropertyHandle::AddRestriction

Adds a restriction to the possible values for this property.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

void AddRestriction
(
    TSharedRef< const class FPropertyRestriction > Restriction
)

Remarks

Adds a restriction to the possible values for this property.

Parameters

Parameter

Description

Restriction

The restriction being added to this property.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss