FPropertyEditorModule::CreateSingleProperty

Creates a standalone widget for a single property

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual TSharedPtr< class ISinglePropertyView > CreateSingleProperty
(
    UObject * InObject,
    FName InPropertyName,
    const struct FSinglePropertyParams & InitParams
)

Remarks

Creates a standalone widget for a single property

Returns

The new property if valid or null

Parameters

Parameter

Description

InObject

The object to view

InPropertyName

The name of the property to display

InitParams

Optional init params for a single property

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