Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive
- FArchive::UsingCustomVersion()
- FLinkerSave::UsingCustomVersion()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual void UsingCustomVersion
&40;
const struct FGuid & Guid
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
Guid | The guid of the custom version. This must have previously been registered with FCustomVersionRegistration. |