TSlateBaseNamedArgs::ToolTipText_Raw

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>
WidgetArgsType & ToolTipText_Raw
(
    UserClass * InUserObject,
    typename TAttribute< FText >::FGetter::template TRawMethodDelegate_ThreeVars_Const< UserClass, Var1Type, Var2Type, Var3Type >::FMethodPtr InFunc,
    Var1Type Var1,
    Var2Type Var2,
    Var3Type Var3
)

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