Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/IsInvocable.h |
Include | #include "Templates/IsInvocable.h" |
Syntax
template<typename CallableType, typename... ArgTypes>
struct TIsInvocable : public UE::Core::Private::IsInvocable::TIsInvocableImpl< void, CallableType, ArgTypes... >
Remarks
Traits class which tests if an instance of CallableType can be invoked with a list of the arguments of the types provided.
Examples: IsInvocable