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/PlainPropsBindCtti.h |
| Include Path | #include "PlainPropsBindCtti.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 |
PlainPropsBindCtti.h | ||
TScopedStructBinding
(
FDualStructId Dual |
PlainPropsBindCtti.h | ||
TScopedStructBinding
(
FBothStructId Both |
PlainPropsBindCtti.h | ||
TScopedStructBinding
(
FBothStructId Both, |
PlainPropsBindCtti.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TScopedStructBinding() |
PlainPropsBindCtti.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TScopedStructBinding< T, Runtime, void > | Specialization for schemabound structs. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Ids | typename Runtime::Ids | PlainPropsBindCtti.h | |
| Typename | TCustomTypename< CustomBinding >::Type | PlainPropsBindCtti.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bFastLoad | bool | PlainPropsBindCtti.h | |
| N | uint32 | PlainPropsBindCtti.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DiffCustom
(
const void* A, |
PlainPropsBindCtti.h | ||
virtual bool DiffCustom
(
const void* A, |
PlainPropsBindCtti.h | ||
virtual void LoadCustom
(
void* Dst, |
PlainPropsBindCtti.h | ||
virtual void PlanCustom
(
FMemcpyLoadPlan& Out |
PlainPropsBindCtti.h | ||
virtual void SaveCustom
(
FMemberBuilder& Dst, |
PlainPropsBindCtti.h |