Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
Include |
#include "Widgets/DeclarativeSyntaxSupport.h" |
template<typename WidgetType>
struct TSlateBaseNamedArgs : public FSlateBaseNamedArgs
Base class for named arguments. Provides settings necessary for all widgets.
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
AccessibleParams ( |
|
|
WidgetArgsTy... |
AccessibleText ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
AccessibleText ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
AccessibleText ( |
|
|
WidgetArgsTy... |
AccessibleText_Lambda |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
AccessibleText_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
AccessibleText_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
AccessibleText_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
AddMetaData ( |
Add metadata to this widget. |
|
WidgetArgsTy... |
AddMetaData ( |
Add metadata to this widget - convenience method - 2 arguments |
|
WidgetArgsTy... |
AddMetaData ( |
Add metadata to this widget - convenience method - 1 argument |
|
WidgetArgsTy... |
Clipping ( |
|
|
WidgetArgsTy... |
Cursor ( |
|
|
WidgetArgsTy... |
Cursor ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
Cursor ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
Cursor_Lambda ( |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
Cursor_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
Cursor_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
Cursor_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
FlowDirectionPreference ( |
|
|
WidgetArgsTy... |
ForceVolatile ( |
|
|
WidgetArgsTy... |
IsEnabled ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
IsEnabled ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
IsEnabled ( |
|
|
WidgetArgsTy... |
IsEnabled_Lambda |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
IsEnabled_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
IsEnabled_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
IsEnabled_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
Me() |
Used by the named argument pattern as a safe way to 'return *this' for call-chaining purposes. |
|
WidgetArgsTy... |
RenderOpacity ( |
|
|
WidgetArgsTy... |
RenderTransform ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
RenderTransform ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
RenderTransform ( |
|
|
WidgetArgsTy... |
RenderTransform_Lambda ( |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
RenderTransform_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
RenderTransform_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
RenderTransform_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
RenderTransformPivot ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
RenderTransformPivot ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
RenderTransformPivot ( |
|
|
WidgetArgsTy... |
RenderTransformPivot_Lambda |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
RenderTransformPivot_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
RenderTransformPivot_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
RenderTransformPivot_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
Tag ( |
|
|
WidgetArgsTy... |
ToolTip ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
ToolTip ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
ToolTip ( |
|
|
WidgetArgsTy... |
ToolTip_Lambda ( |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
ToolTip_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
ToolTip_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
ToolTip_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
ToolTipText ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
ToolTipText ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
ToolTipText ( |
|
|
WidgetArgsTy... |
ToolTipText_Lambda |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
ToolTipText_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
ToolTipText_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
ToolTipText_UObject ( |
Bind attribute with delegate to a UObject-based class method |
|
WidgetArgsTy... |
Visibility ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
Visibility ( |
|
|
WidgetArgsTy... |
Visibility ( |
Bind attribute with delegate to a shared pointer-based class method. |
|
WidgetArgsTy... |
Visibility_Lambda ( |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case |
|
WidgetArgsTy... |
Visibility_Raw ( |
Bind attribute with delegate to a raw C++ class method |
|
WidgetArgsTy... |
Visibility_Static ( |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes |
|
WidgetArgsTy... |
Visibility_UObject ( |
Bind attribute with delegate to a UObject-based class method |
Name |
Description |
---|---|
WidgetArgsType |