Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCustomVersionContainer
Description
Sets a specific custom version in the container. It queries the versions registry to get the version data for the provided key
| Name | SetVersionUsingRegistry |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h |
| Include Path | #include "Serialization/CustomVersion.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CustomVersion.cpp |
void SetVersionUsingRegistry
(
FGuid CustomKey,
ESetCustomVersionFlags Options
)
Parameters
| Name | Remarks |
|---|---|
| CustomKey | Custom key for which to retrieve the version. |
| Options | Optional flags used to alter the behavior of this method |