Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TSlateBaseNamedArgs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & RenderTransformPivot
(
TAttribute< FVector2D > InAttribute |
Widgets/DeclarativeSyntaxSupport.h | ||
WidgetArgsType & RenderTransformPivot
(
TSharedRef< UserClass > InUserObjectRef, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/DeclarativeSyntaxSupport.h | |
WidgetArgsType & RenderTransformPivot
(
UserClass* InUserObject, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/DeclarativeSyntaxSupport.h |
RenderTransformPivot(TAttribute< FVector2D >)
| Name | RenderTransformPivot |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
WidgetArgsType & RenderTransformPivot
(
TAttribute < FVector2D > InAttribute
)
RenderTransformPivot(TSharedRef< UserClass >, typename TAttribute< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | RenderTransformPivot |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & RenderTransformPivot
(
TSharedRef < UserClass > InUserObjectRef,
typename TAttribute < FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
RenderTransformPivot(UserClass *, typename TAttribute< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | RenderTransformPivot |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & RenderTransformPivot
(
UserClass * InUserObject,
typename TAttribute < FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)