ISinglePropertyView

Represents a single property not in a property tree or details view for a single object Structs and Array properties cannot be used with this method

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

PropertyEditor

Header

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

Include

#include "ISinglePropertyView.h"

Syntax

class ISinglePropertyView : public SCompoundWidget

Remarks

Represents a single property not in a property tree or details view for a single object Structs and Array properties cannot be used with this method

Functions

Name Description

Public function Const

TSharedPtr< ...

 

GetPropertyHandle()

Public function Const

bool

 

HasValidProperty()

Whether or not this widget has a valid property

Public function

void

 

SetObject

(
    UObject* InObject
)

Sets the object to view/edit on the widget

Public function

void

 

SetOnPropertyValueChanged

(
    FSimpleDelegate& InOnPropertyValue...
)

Sets a delegate called when the property value changes

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