A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FDialogueTextPropertyPickList_CustomRowHelper Class Reference

#include <DialogueTextPropertyPickList_CustomRowHelper.h>

Inheritance diagram for FDialogueTextPropertyPickList_CustomRowHelper:
[legend]

Public Member Functions

 FDialogueTextPropertyPickList_CustomRowHelper (FDetailWidgetRow *InDetailWidgetRow, const TSharedPtr< IPropertyHandle > &InPropertyHandle)
 
SelfSetDisplayName (const FText &InDisplayName)
 
SelfSetPropertyUtils (const TSharedPtr< IPropertyUtilities > &Utils)
 
SelfSetTextPropertyPickListWidget (const TSharedRef< SDialogueTextPropertyPickList > &InWidget)
 
SelfSetToolTip (const FText &InToolTip)
 
SelfSetVisibility (const TAttribute< EVisibility > &InVisibility)
 
void Update ()
 

Protected Attributes

FDetailWidgetRow * DetailWidgetRow = nullptr
 
FText DisplayName
 
TSharedPtr< SWidget > NameContentWidget
 
TSharedPtr< IPropertyHandle > PropertyHandle
 
TSharedPtr< IPropertyUtilities > PropertyUtils
 
FText ToolTip
 

Private Types

typedef FDialogueTextPropertyPickList_CustomRowHelper Self
 
typedef FDialogueBase_CustomRowHelper Super
 

Private Member Functions

void UpdateInternal () override
 

Private Attributes

TSharedPtr< SDialogueTextPropertyPickListTextPropertyPickListWidget
 

Detailed Description

Member Typedef Documentation

◆ Self

◆ Super

Constructor & Destructor Documentation

◆ FDialogueTextPropertyPickList_CustomRowHelper()

FDialogueTextPropertyPickList_CustomRowHelper::FDialogueTextPropertyPickList_CustomRowHelper ( FDetailWidgetRow * InDetailWidgetRow,
const TSharedPtr< IPropertyHandle > & InPropertyHandle )
inline

Member Function Documentation

◆ SetDisplayName()

Self & FDialogueBase_CustomRowHelper::SetDisplayName ( const FText & InDisplayName)
inlineinherited

Definition at line 20 of file DialogueBase_CustomRowHelper.h.

◆ SetPropertyUtils()

Self & FDialogueBase_CustomRowHelper::SetPropertyUtils ( const TSharedPtr< IPropertyUtilities > & Utils)
inlineinherited

Definition at line 41 of file DialogueBase_CustomRowHelper.h.

◆ SetTextPropertyPickListWidget()

Self & FDialogueTextPropertyPickList_CustomRowHelper::SetTextPropertyPickListWidget ( const TSharedRef< SDialogueTextPropertyPickList > & InWidget)
inline

◆ SetToolTip()

Self & FDialogueBase_CustomRowHelper::SetToolTip ( const FText & InToolTip)
inlineinherited

Definition at line 27 of file DialogueBase_CustomRowHelper.h.

◆ SetVisibility()

Self & FDialogueBase_CustomRowHelper::SetVisibility ( const TAttribute< EVisibility > & InVisibility)
inlineinherited

Definition at line 34 of file DialogueBase_CustomRowHelper.h.

◆ Update()

void FDialogueBase_CustomRowHelper::Update ( )
inherited

Build the full property row.

Definition at line 22 of file DialogueBase_CustomRowHelper.cpp.

Here is the call graph for this function:

◆ UpdateInternal()

void FDialogueTextPropertyPickList_CustomRowHelper::UpdateInternal ( )
overrideprivatevirtual

Member Data Documentation

◆ DetailWidgetRow

FDetailWidgetRow* FDialogueBase_CustomRowHelper::DetailWidgetRow = nullptr
protectedinherited

Definition at line 56 of file DialogueBase_CustomRowHelper.h.

◆ DisplayName

FText FDialogueBase_CustomRowHelper::DisplayName
protectedinherited

Definition at line 68 of file DialogueBase_CustomRowHelper.h.

◆ NameContentWidget

TSharedPtr<SWidget> FDialogueBase_CustomRowHelper::NameContentWidget
protectedinherited

Definition at line 65 of file DialogueBase_CustomRowHelper.h.

◆ PropertyHandle

TSharedPtr<IPropertyHandle> FDialogueBase_CustomRowHelper::PropertyHandle
protectedinherited

Definition at line 62 of file DialogueBase_CustomRowHelper.h.

◆ PropertyUtils

TSharedPtr<IPropertyUtilities> FDialogueBase_CustomRowHelper::PropertyUtils
protectedinherited

Definition at line 59 of file DialogueBase_CustomRowHelper.h.

◆ TextPropertyPickListWidget

TSharedPtr<SDialogueTextPropertyPickList> FDialogueTextPropertyPickList_CustomRowHelper::TextPropertyPickListWidget
private

◆ ToolTip

FText FDialogueBase_CustomRowHelper::ToolTip
protectedinherited

Definition at line 69 of file DialogueBase_CustomRowHelper.h.


The documentation for this class was generated from the following files: