Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- TCallTraitsBase
- TCallTraits
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h |
| Include | #include "GenericPlatform/GenericPlatformSymbolication.h" |
Syntax
template<typename T>
struct TCallTraits : public TCallTraitsBase< T >
Remarks
Specializations
TCallTraits< const T[N]>
TCallTraits< T & >
TCallTraits< T[N]>