TSlateBaseNamedArgs::ToolTip_Lambda

Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Widgets/DeclarativeSyntaxSupport.h"

Syntax

WidgetArgsType & ToolTip_Lambda
(
    TFunction< TSharedPtr< IToolTip >(void) > && InFunctor
)

Remarks

Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case

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