Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | TInvokeResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Invoke.h |
| Include Path | #include "Templates/Invoke.h" |
Syntax
template<typename FuncType, typename... ArgTypes>
struct TInvokeResult : public UE::Core::Private::TInvokeResult_Impl< void, FuncType, ArgTypes... >
Inheritance Hierarchy
- TInvokeResult_Impl → TInvokeResult