FGenericPlatformTime::StrDate

Get the system date

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

Remarks

Get the system date

Returns

Date 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