TSlateBaseNamedArgs::ToolTipText_UObject

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h

Include

#include "Widgets/DeclarativeSyntaxSupport.h"

Syntax

template<class UserClass, typename Var1Type, typename Var2Type, typename Var3Type, typename Var4Type>
WidgetArgsType & ToolTipText_UObject
(
    UserClass * InUserObject,
    typename TAttribute< FText >::FGetter::template TUObjectMethodDelegate_FourVars_Const< UserClass, Var1Type, Var2Type, Var3Type, Var4Type >::FMethodPtr InFunc,
    Var1Type Var1,
    Var2Type Var2,
    Var3Type Var3,
    Var4Type Var4
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss