Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STreeView > API/Runtime/Slate/STreeView/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ItemHeight
(
TAttribute< float > InAttribute |
Widgets/Views/STreeView.h | ||
WidgetArgsType & ItemHeight
(
TSharedRef< UserClass > InUserObjectRef, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Views/STreeView.h | |
WidgetArgsType & ItemHeight
(
UserClass* InUserObject, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Views/STreeView.h |
ItemHeight(TAttribute< float >)
| Name | ItemHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
WidgetArgsType & ItemHeight
(
TAttribute < float > InAttribute
)
ItemHeight(TSharedRef< UserClass >, typename TAttribute< float >::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 | ItemHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & ItemHeight
(
TSharedRef < UserClass > InUserObjectRef,
typename TAttribute < float >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
ItemHeight(UserClass *, typename TAttribute< float >::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 | ItemHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & ItemHeight
(
UserClass * InUserObject,
typename TAttribute < float >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)