FHoloLensTime

HoloLens implementation of the Time OS functions

Windows
MacOS
Linux

Inheritance Hierarchy

FGenericPlatformTime

FHoloLensTime

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HoloLens/HoloLensPlatformTime.h

Include

#include "HoloLens/HoloLensPlatformTime.h"

Syntax

struct FHoloLensTime : public FGenericPlatformTime

Remarks

HoloLens implementation of the Time OS functions

Functions

Name Description

Public function Static

uint32

 

Cycles()

Public function Static

uint64

 

Cycles64()

Public function Static

FCPUTime

 

GetCPUTime()

Public function Static

double

 

InitTiming()

Public function Static

double

 

Seconds()

Public function Static

void

 

SystemTime

(
    int32& Year,
    int32& Month,
    int32& DayOfWeek,
    int32& Day,
    int32& Hour,
    int32& Min,
    int32& Sec,
    int32& MSec
)

Public function Static

bool

 

UpdateCPUTime

(
    float DeltaTime
)

Public function Static

void

 

UtcTime

(
    int32& Year,
    int32& Month,
    int32& DayOfWeek,
    int32& Day,
    int32& Hour,
    int32& Min,
    int32& Sec,
    int32& MSec
)

Constants

Name

Description

CPUTimePctRelative

Percentage CPU utilization for the last interval relative to one core.

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