TSlateBaseNamedArgs::RenderTransform_Raw

Bind attribute with delegate to a raw C++ 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 & RenderTransform_Raw
(
    UserClass * InUserObject,
    typename TAttribute< TOptional< FSlateRenderTransform > >::FGetter::template TRawMethodDelegate_Const< UserClass >::FMethodPtr InFunc
)

Remarks

Bind attribute with delegate to a raw C++ 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