#include <SDlgDataPropertyValues.h>
The editable text property value of the variable.
Definition at line 86 of file SDlgDataPropertyValues.h.
◆ Self
◆ Super
◆ Construct()
◆ GetTextValue()
FText SDlgDataPropertyValue::GetTextValue |
( |
| ) |
const |
|
inlineinherited |
◆ HandleTextChanged()
void SDlgDataTextPropertyValue::HandleTextChanged |
( |
const FText & | NewText | ) |
|
|
protected |
◆ HandleTextCommitted()
void SDlgDataTextPropertyValue::HandleTextCommitted |
( |
const FText & | NewText, |
|
|
ETextCommit::Type | CommitInfo ) |
|
protected |
◆ IsReadOnly()
bool SDlgDataTextPropertyValue::IsReadOnly |
( |
| ) |
const |
|
inlineprotected |
◆ OnFocusReceived()
FReply SDlgDataPropertyValue::OnFocusReceived |
( |
const FGeometry & | MyGeometry, |
|
|
const FFocusEvent & | InFocusEvent ) |
|
inlineoverrideinherited |
Called when focus is given to this widget. This event does not bubble.
- Parameters
-
MyGeometry | The Geometry of the widget receiving the event |
InFocusEvent | The FocusEvent |
- Returns
- Returns whether the event was handled, along with other possible actions
Definition at line 52 of file SDlgDataPropertyValues.h.
◆ SLATE_BEGIN_ARGS() [1/2]
SDlgDataPropertyValue::SLATE_BEGIN_ARGS |
( |
Self | | ) |
|
|
inlineinherited |
◆ SLATE_BEGIN_ARGS() [2/2]
SDlgDataTextPropertyValue::SLATE_BEGIN_ARGS |
( |
Self | | ) |
|
|
inline |
◆ SupportsKeyboardFocus()
bool SDlgDataPropertyValue::SupportsKeyboardFocus |
( |
| ) |
const |
|
inlineoverrideinherited |
Checks to see if this widget supports keyboard focus. Override this in derived classes.
- Returns
- True if this widget can take keyboard focus
Definition at line 40 of file SDlgDataPropertyValues.h.
◆ Tick()
void SDlgDataPropertyValue::Tick |
( |
const FGeometry & | AllottedGeometry, |
|
|
double | InCurrentTime, |
|
|
float | InDeltaTime ) |
|
overrideinherited |
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
- Parameters
-
AllottedGeometry | The space allotted for this widget |
InCurrentTime | Current absolute real time |
InDeltaTime | Real time passed since last tick |
Definition at line 56 of file SDlgDataPropertyValues.cpp.
◆ UpdateVariableNodeFromActor()
void SDlgDataPropertyValue::UpdateVariableNodeFromActor |
( |
| ) |
|
|
protectedinherited |
◆ bIsFNameProperty
bool SDlgDataTextPropertyValue::bIsFNameProperty = false |
|
protected |
True if property is an FName property which causes us to run extra size validation checks
Definition at line 106 of file SDlgDataPropertyValues.h.
◆ PrimaryWidget
TSharedPtr<SWidget> SDlgDataPropertyValue::PrimaryWidget |
|
protectedinherited |
◆ TextBoxWidget
TSharedPtr<SEditableTextBox> SDlgDataTextPropertyValue::TextBoxWidget |
|
protected |
◆ TickPassedDeltaTimeSeconds
float SDlgDataPropertyValue::TickPassedDeltaTimeSeconds = 0.f |
|
protectedinherited |
◆ TickUpdateTimeSeconds
constexpr float SDlgDataPropertyValue::TickUpdateTimeSeconds = 1.0f |
|
staticconstexprprotectedinherited |
◆ VariableNode
The documentation for this class was generated from the following files: