FEngineVersion::FEngineVersion

Constructs a version from the given components.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/EngineVersion.h"

Source

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

Syntax

FEngineVersion
(
    uint16 InMajor,
    uint16 InMinor,
    uint16 InPatch,
    uint32 InChangelist,
    const FString & InBranch
)

Remarks

Constructs a version from the given components.

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