Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGAccessorBuffer
Description
Copy the values passed as pointer, interpreted as the underlying type. InValuesPtr must be of the type passed as parameter. Buffer will be allocated if needed.
| Name | CopyFromPointers |
| 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 |
bool CopyFromPointers
(
TConstArrayView< const void * > InValuesPtr,
const FPCGMetadataAttributeDesc & InType
)