FDateTime::ToString

Returns the string representation of this date using a default format.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DateTime.h

Include

#include "Misc/DateTime.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp

Syntax

FString ToString() const

Remarks

Returns the string representation of this date using a default format.

The returned string has the following format: yyyy.mm.dd-hh.mm.ss

Returns

String representation.

See Also

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