TSlateBaseNamedArgs::Cursor_UObject

Bind attribute with delegate to a UObject-based class method

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Widgets/DeclarativeSyntaxSupport.h"

Syntax

template<class UserClass>
WidgetArgsType & Cursor_UObject
(
    UserClass * InUserObject,
    typename TAttribute< TOptional< EMouseCursor::Type > >::FGetter::template TUObjectMethodDelegate_Const< UserClass >::FMethodPtr InFunc
)

Remarks

Bind attribute with delegate to a UObject-based class method

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