Navigation
API > API/Plugins > API/Plugins/PlainProps
Scoped custom binding for native type.
| Name | TScopedStructBinding |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
Syntax
template<class T, class Runtime, typename CustomBinding>
struct TScopedStructBinding :
public PlainProps::FBothStructId ,
public CustomBind< T >
Inheritance Hierarchy
- FBothStructId → TScopedStructBinding
- CustomBind< T > → TScopedStructBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopedStructBinding
(
FType DeclName |
PlainPropsBind.h | ||
TScopedStructBinding
(
FDualStructId Dual |
PlainPropsBind.h | ||
TScopedStructBinding
(
FBothStructId Both |
PlainPropsBind.h | ||
TScopedStructBinding
(
FBothStructId Both, |
PlainPropsBind.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TScopedStructBinding() |
PlainPropsBind.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TScopedStructBinding< T, Runtime, void > | Specialization for schemabound structs. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Ids | typename Runtime::Ids | PlainPropsBind.h | |
| Typename | TCustomTypename< CustomBinding >::Type | PlainPropsBind.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| N | uint32 | PlainPropsBind.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DiffCustom
(
const void* A, |
PlainPropsBind.h | ||
virtual bool DiffCustom
(
const void* A, |
PlainPropsBind.h | ||
virtual void LoadCustom
(
void* Dst, |
PlainPropsBind.h | ||
virtual void SaveCustom
(
FMemberBuilder& Dst, |
PlainPropsBind.h |