Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/TSlateBaseNamedArgs
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<typename... VarTypes>
WidgetArgsType & IsEnabled_Static
(
TIdentity_T < typename TAttribute < bool >::FGetter::template TFuncPtr< VarTypes... > > InFunc,
VarTypes... Vars
)
Remarks
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes