A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DialogueTextPropertyPickList_CustomRowHelper.cpp
Go to the documentation of this file.
1// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
3
4#include "DetailWidgetRow.h"
5
7
8#define LOCTEXT_NAMESPACE "TextPropertyPickList_CustomRowHelper"
9
11// FDialogueTextPropertyPickList_CustomRowHelper
13{
14 check(TextPropertyPickListWidget.IsValid());
15 TextPropertyPickListWidget->SetToolTipAttribute(ToolTip);
17
19 ->NameContent()
20 [
21 NameContentWidget.ToSharedRef()
22 ]
23 .ValueContent()
24 // Similar to TextProperty, see FTextCustomization
25 .MinDesiredWidth(209.f)
26 .MaxDesiredWidth(600.f)
27 [
28 TextPropertyPickListWidget.ToSharedRef()
29 ];
30}
31
32#undef LOCTEXT_NAMESPACE
TSharedPtr< IPropertyHandle > PropertyHandle