Navigation
API > API/Plugins > API/Plugins/PlainProps
Inheritance Hierarchy
- ICustomBinding
- FTransformBinding
- TSetDeltaBinding
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include | #include "PlainPropsBind.h" |
Syntax
struct ICustomBinding
Remarks
Load/save a struct with custom code to handle:
- reference types
- private members
- non-default constructible types
- custom delta semantics
- other runtime representations than struct/class, e.g. serialize database
- optimization for very common struct
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DiffCustom
(
const void* StructA, |
||
| void | LoadCustom
(
void* Dst, |
||
| void | SaveCustom
(
FMemberBuilder& Dst, |