Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
Inheritance Hierarchy
- TInvokeResult_Impl
- TInvokeResult
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Invoke.h |
Include | #include "Templates/Invoke.h" |
Syntax
template<typename FuncType, typename... ArgTypes>
struct TInvokeResult : public UE::Core::Private::TInvokeResult_Impl< void, FuncType, ArgTypes... >
Remarks
Trait for the type of the result when invoking a callable with the given argument types. Not defined (and thus usable in SFINAE contexts) when the callable cannot be invoked with the given argument types.