FEngineVersionBase::FEngineVersionBase

Constructs a version from the given components.

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

FEngineVersionBase
(
    uint16 InMajor,
    uint16 InMinor,
    uint16 InPatch,
    uint32 InChangelist
)

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