FGenericPlatformTime::StrTime

Get 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 TCHAR * StrTime
(
    TCHAR * Dest,
    SIZE_T DestSize
)

Remarks

Get the system time

Returns

Time string

Parameters

Parameter

Description

Dest

Destination buffer to copy to

DestSize

Size of destination buffer in characters

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