Navigation
API > API/Runtime > API/Runtime/CoreUObject
| |
|
| Name |
TCallTraits< TScriptInterface< InterfaceType > > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h |
| Include Path |
#include "UObject/ScriptInterface.h" |
Syntax
template<typename InterfaceType>
struct TCallTraits< TScriptInterface< InterfaceType > > : public TCallTraitsBase< TScriptInterface< InterfaceType > >
Inheritance Hierarchy
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ConstPointerType |
TScriptInterface< const InterfaceType > |
|
UObject/ScriptInterface.h |