Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetMathLibrary
Description
Returns the date from Unix time (seconds from midnight 1970-01-01)
| Name | FromUnixTimestamp |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
UFUNCTION (BlueprintPure, Category="Math|DateTime")
static UE_FDateTime FromUnixTimestamp
(
const int64 UnixTime
)
Gregorian date and time.
Parameters
| Name | Remarks |
|---|---|
| UnixTime | Unix time (seconds from midnight 1970-01-01) |
See Also
- ToUnixTimestamp