FPropertyEditorModule::CreateTextPropertyCellPresenter

Choose your operating system:

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 TSharedRef< IPropertyTableCellPresenter > CreateTextPropertyCellPresenter
(
    const TSharedRef< class FPropertyNode > & InPropertyNode,
    const TSharedRef< class IPropertyTableUtilities > & InPropertyUtilities,
    const FSlateFontInfo * InFontPtr
)