FEngineVersionBase::GetNewest

Returns the newest of two versions, and the component at which they differ

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h

Include

#include "Misc/EngineVersionBase.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/EngineVersion.cpp

Syntax

static EVersionComparison GetNewest
(
    const FEngineVersionBase & First,
    const FEngineVersionBase & Second,
    EVersionComponent * OutComponent
)

Remarks

Returns the newest of two versions, and the component at which they differ

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