Navigation
API > API/Plugins > API/Plugins/CelestialVault > API/Plugins/CelestialVault/UCelestialMaths
Description
Return the Greenwich Mean Sidereal Time (GMST) for a specific DateTime, in Degrees, without doing any ModPositive, so unwrapped
By definition, the provided DateTime has to be the DateTime at the Greenwitch Meridian, so it's a UTC DateTime
| Name | DateTimeToGreenwichMeanSiderealTimeUnwrapped |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CelestialVault/Source/CelestialVault/Public/CelestialMaths.h |
| Include Path | #include "CelestialMaths.h" |
| Source | /Engine/Plugins/Runtime/CelestialVault/Source/CelestialVault/Private/CelestialMaths.cpp |
UFUNCTION (BlueprintCallable, Category="Celestial Vault|Time")
static double DateTimeToGreenwichMeanSiderealTimeUnwrapped
(
FDateTime UTCDateTime
)