USinglePropertyView

The single property view allows you to display the value of an object's property.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/Components/SinglePropertyView.h

Include

#include "Components/SinglePropertyView.h"

Syntax

class USinglePropertyView : public UPropertyViewBase

Remarks

The single property view allows you to display the value of an object's property.

Functions

Name Description

Public function Const

FName

 

GetPropertyName()

Public function

void

 

SetPropertyName

(
    FName NewPropertyName
)

Overridden from UVisual

Name Description

Public function Virtual

void

 

ReleaseSlateResources

(
    bool bReleaseChildren
)

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

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