FPropertyRestriction

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyRestriction.h"

Syntax

class FPropertyRestriction

Constructors

Name Description

Public function

FPropertyRestriction

(
    const FText& InReason
)

Functions

Name Description

Public function

void

 

AddDisabledValue

(
    FString Value
)

Public function

void

 

AddHiddenValue

(
    FString Value
)

Public function Const

const FText ...

 

GetReason()

Public function Const

bool

 

IsValueDisabled

(
    const FString& Value
)

Public function Const

bool

 

IsValueHidden

(
    const FString& Value
)

Public function

void

 

RemoveAll()

Public function

void

 

RemoveDisabledValue

(
    FString Value
)

Public function

void

 

RemoveHiddenValue

(
    FString Value
)

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