Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Description
Registers the custom version to the archive. This is used to inform the archive that custom version information is about to be stored. There is no effect when the archive is being loaded from.
| Name | UsingCustomVersion |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual void UsingCustomVersion
(
const struct FGuid & Guid
)
Parameters
| Name | Remarks |
|---|---|
| Guid | The guid of the custom version. This must have previously been registered with FCustomVersionRegistration. |