![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CustomVersion.h>
Static Public Member Functions | |
| static CORE_API FCustomVersionContainer | GetAll () |
| static CORE_API TOptional< FCustomVersion > | Get (const FGuid &Guid) |
| static CORE_API TArray< FCustomVersionDifference > | Compare (const FCustomVersionArray &CompareVersions, const TCHAR *DebugContext) |
Friends | |
| class | FCustomVersionRegistration |
Provides access to code-defined custom versions registered via FCustomVersionRegistration.
|
static |
Compare a number of versions to current ones and return potential differences.
|
static |
Get a copy of a single statically registered version if it exists.
|
static |
Get a copy of all versions that has been statically registered so far in the module loading process.
|
friend |