SProperty

Represents a widget that can display a [FProperty](API\Runtime\CoreUObject\UObject\FProperty) With the ability to customize the look of the property

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

PropertyEditor

Header

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

Include

#include "PropertyCustomizationHelpers.h"

Syntax

class SProperty : public SCompoundWidget

Remarks

Represents a widget that can display a FProperty With the ability to customize the look of the property

Variables

Name Description

Protected variable

TSharedPtr< IPr...

 

PropertyHandle

The handle being accessed by this widget

Destructors

Name Description

Public function Virtual

~SProperty()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedPtr< IPropertyHandle > InPro...
)

Public function Virtual Const

FText

 

GetResetToDefaultLabel()

Public function Virtual Const

bool

 

IsValidProperty()

Returns whether or not this property is valid.

Public function Virtual

void

 

ResetToDefault()

Resets the property to default

Public function Virtual Const

bool

 

ShouldShowResetToDefault()

Classes

Name

Description

Public struct

FArguments

Typedefs

Name

Description

FOnPropertyValueChanged

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