Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGAccessorBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MoveMemoryTo
(
FScriptArray& Other |
Will move our own memory to the Other array. | Metadata/PCGMetadataContainerTypes.h | |
void MoveMemoryTo
(
FScriptArray& Other, |
Will move our own memory to the Other array helper of a given type. | Metadata/PCGMetadataContainerTypes.h |
MoveMemoryTo(FScriptArray &)
Description
Will move our own memory to the Other array.
| Name | MoveMemoryTo |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataContainerTypes.h |
| Include Path | #include "Metadata/PCGMetadataContainerTypes.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataContainerTypes.cpp |
void MoveMemoryTo
(
FScriptArray & Other
)
MoveMemoryTo(FScriptArray &, const FPCGMetadataAttributeDesc &)
Description
Will move our own memory to the Other array helper of a given type. Only works if the type matches perfectly.
| Name | MoveMemoryTo |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataContainerTypes.h |
| Include Path | #include "Metadata/PCGMetadataContainerTypes.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataContainerTypes.cpp |
void MoveMemoryTo
(
FScriptArray & Other,
const FPCGMetadataAttributeDesc & InType
)