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

#include <CustomVersion.h>

Static Public Member Functions

static CORE_API FCustomVersionContainer GetAll ()
 
static CORE_API TOptional< FCustomVersionGet (const FGuid &Guid)
 
static CORE_API TArray< FCustomVersionDifferenceCompare (const FCustomVersionArray &CompareVersions, const TCHAR *DebugContext)
 

Friends

class FCustomVersionRegistration
 

Detailed Description

Provides access to code-defined custom versions registered via FCustomVersionRegistration.

Member Function Documentation

◆ Compare()

TArray< FCustomVersionDifference > FCurrentCustomVersions::Compare ( const FCustomVersionArray CompareVersions,
const TCHAR DebugContext 
)
static

Compare a number of versions to current ones and return potential differences.

◆ Get()

TOptional< FCustomVersion > FCurrentCustomVersions::Get ( const FGuid Guid)
static

Get a copy of a single statically registered version if it exists.

◆ GetAll()

FCustomVersionContainer FCurrentCustomVersions::GetAll ( )
static

Get a copy of all versions that has been statically registered so far in the module loading process.

Friends And Related Symbol Documentation

◆ FCustomVersionRegistration


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