UKismetTextLibrary::AsDateTime_DateTime

Converts a passed in date & time to a text, formatted as a date & time using an invariant timezone.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h

Include

#include "Kismet/KismetTextLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp

Syntax

static FText AsDateTime_DateTime
(
    const FDateTime & In
)

Remarks

Converts a passed in date & time to a text, formatted as a date & time using an invariant timezone. This will use the given date & time as-is, so it's assumed to already be in the correct timezone.

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