FHoloLensSDKVersion

Windows
MacOS
Linux

References

Module

HoloLensPlatformEditor

Header

/Engine/Plugins/Runtime/AR/Microsoft/HoloLensAR/Source/HoloLensPlatformEditor/Public/HoloLensPlatformEditor.h

Include

#include "HoloLensPlatformEditor.h"

Syntax

struct FHoloLensSDKVersion

Variables

Name Description

Public variable

int32

 

Version1

The parsed parts of the version string (1.2.3.4)

Public variable

int32

 

Version2

Public variable

int32

 

Version3

Public variable

int32

 

Version4

Public variable

FString

 

VersionString

The whole version string for the SDK

Constructors

Name Description

Public function

FHoloLensSDKVersion()

Public function

FHoloLensSDKVersion

(
    const FString& InVersionString,
    int32 InVer1,
    int32 InVer2,
    int32 InVer3,
    int32 InVer4
)

Functions

Name Description

Public function Static

TArray< FHol...

 

GetSDKVersions()

Returns the list of SDK versions for this machine

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