Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/ICustomBinding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DiffCustom
(
const void* StructA, |
PlainPropsBind.h | ||
virtual bool DiffCustom
(
const void* StructA, |
Overload to track the first diffing member, see FDiffPath. | PlainPropsBind.h |
DiffCustom(const void , const void , const FBindContext &)
| Name | DiffCustom |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
bool DiffCustom
(
const void * StructA,
const void * StructB,
const FBindContext & Ctx
) const
DiffCustom(const void , const void , FDiffContext &)
Description
Overload to track the first diffing member, see FDiffPath.
| Name | DiffCustom |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsBind.cpp |
virtual bool DiffCustom
(
const void * StructA,
const void * StructB,
FDiffContext & Ctx
) const