FGenericPlatformTime::SystemTime

Returns the system time.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h

Include

#include "GenericPlatform/GenericPlatformTime.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformTime.cpp

Syntax

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

Remarks

Returns the system time.

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