Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedPtr< class ISinglePropertyView > CreateSingleProperty
(
UObject * InObject,
FName InPropertyName,
const struct FSinglePropertyParams & InitParams
)
Creates a standalone widget for a single property
The new property if valid or null
Parameter |
Description |
---|---|
InObject |
The object to view |
InPropertyName |
The name of the property to display |
InitParams |
Optional init params for a single property |