FCurrentCustomVersions

Provides access to code-defined custom versions registered via [FCustomVersionRegistration](API\Runtime\Core\Serialization\FCustomVersionRegistration).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h

Include

#include "Serialization/CustomVersion.h"

Syntax

class FCurrentCustomVersions

Remarks

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

Functions

Name Description

Public function Static

TArray< FCus...

 

Compare

(
    const FCustomVersionArray& Compare...
)

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

Public function Static

TOptional< F...

 

Get

(
    const FGuid& Guid
)

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

Public function Static

FCustomVersi...

 

GetAll()

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss