Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PCG::Private::Serialize
(
FArchive& Ar, |
Metadata/PCGMetadataAttributeTraits.h | ||
void PCG::Private::Serialize
(
FArchive& Ar, |
Metadata/PCGMetadataAttributeTraits.h |
PCG::Private::Serialize(FArchive &, const T &)
| Name | PCG::Private::Serialize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename T>
void PCG::Private::Serialize
(
FArchive & Ar,
const T & A
)
}
}
PCG::Private::Serialize(FArchive &, T &)
| Name | PCG::Private::Serialize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename T>
void PCG::Private::Serialize
(
FArchive & Ar,
T & A
)
}
}