Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchiveState
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 |
void SetCustomVersion
&40;
const struct FGuid & Key,
int32 Version,
FName FriendlyName
&41;
Remarks
Sets a specific custom version
Parameters
Name | Description |
---|---|
Key | The guid of the custom version to query. |
Version | The version number to set key to |
FriendlyName | Friendly name corresponding to the key |