USinglePropertyView

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

Choose your operating system:

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

FText

 

GetNameOverride()

Public function Const

FName

 

GetPropertyName()

Public function

void

 

SetNameOverride

(
    FText NewPropertyName
)

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