#include <SDlgDataPropertyValues.h>
The editable bool property value of the variable. Is represented by a checkbox
Definition at line 132 of file SDlgDataPropertyValues.h.
◆ Self
◆ Super
◆ Construct()
◆ GetTextValue()
FText SDlgDataPropertyValue::GetTextValue |
( |
| ) |
const |
|
inlineinherited |
◆ HandleCheckStateChanged()
void SDlgDataBoolPropertyValue::HandleCheckStateChanged |
( |
ECheckBoxState | InNewState | ) |
|
|
protected |
◆ HasKeyboardFocus()
bool SDlgDataBoolPropertyValue::HasKeyboardFocus |
( |
| ) |
const |
|
override |
◆ IsBoolProperty()
bool SDlgDataBoolPropertyValue::IsBoolProperty |
( |
| ) |
const |
|
inlineprotected |
◆ IsChecked()
ECheckBoxState SDlgDataBoolPropertyValue::IsChecked |
( |
| ) |
const |
|
protected |
◆ 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.
◆ OnMouseButtonDoubleClick()
FReply SDlgDataBoolPropertyValue::OnMouseButtonDoubleClick |
( |
const FGeometry & | InMyGeometry, |
|
|
const FPointerEvent & | InMouseEvent ) |
|
override |
Called when a mouse button is double clicked. Override this in derived classes.
- Parameters
-
InMyGeometry | Widget geometry |
InMouseEvent | Mouse button event |
- Returns
- Returns whether the event was handled, along with other possible actions
Definition at line 377 of file SDlgDataPropertyValues.cpp.
◆ SLATE_BEGIN_ARGS() [1/2]
SDlgDataPropertyValue::SLATE_BEGIN_ARGS |
( |
Self | | ) |
|
|
inlineinherited |
◆ SLATE_BEGIN_ARGS() [2/2]
SDlgDataBoolPropertyValue::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 |
◆ CheckBoxWidget
TSharedPtr<SCheckBox> SDlgDataBoolPropertyValue::CheckBoxWidget |
|
protected |
◆ PrimaryWidget
TSharedPtr<SWidget> SDlgDataPropertyValue::PrimaryWidget |
|
protectedinherited |
◆ 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: