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