Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UScriptStruct
Template to manage dynamic access to C++ struct construction and destruction
| Name | TCppStructOps |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
Syntax
template<class CPPSTRUCT>
struct TCppStructOps : public UScriptStruct::ICppStructOps
Inheritance Hierarchy
- UScriptStruct::ICppStructOps → UScriptStruct::TCppStructOps
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TCppStructOps() |
UObject/Class.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TTraits | TStructOpsTypeTraits< CPPSTRUCT > | UObject/Class.h |