UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCustomVersionRegistration Class Reference

#include <CustomVersion.h>

+ Inheritance diagram for FCustomVersionRegistration:

Public Member Functions

template<int N>
 FCustomVersionRegistration (FGuid InKey, int32 Version, const TCHAR(&InFriendlyName)[N], CustomVersionValidatorFunc InValidatorFunc=nullptr)
 
 ~FCustomVersionRegistration ()
 

Detailed Description

This class will cause the registration of a custom version number and key with the global FCustomVersionContainer when instantiated, and unregister when destroyed. It should be instantiated as a global variable somewhere in the module which needs a custom version number.

Constructor & Destructor Documentation

◆ FCustomVersionRegistration()

template<int N>
FCustomVersionRegistration::FCustomVersionRegistration ( FGuid  InKey,
int32  Version,
const TCHAR(&)  InFriendlyName[N],
CustomVersionValidatorFunc  InValidatorFunc = nullptr 
)
inline
Parameters
InFriendlyNamemust be a string literal

◆ ~FCustomVersionRegistration()

FCustomVersionRegistration::~FCustomVersionRegistration ( )
inline

The documentation for this class was generated from the following file: