UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TInvokeResult< FuncType, ArgTypes > Struct Template Reference

#include <Invoke.h>

+ Inheritance diagram for TInvokeResult< FuncType, ArgTypes >:

Detailed Description

template<typename FuncType, typename... ArgTypes>
struct TInvokeResult< FuncType, ArgTypes >

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.


The documentation for this struct was generated from the following file: