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
By definition, the provided DateTime has to be the DateTime at the Greenwitch Meridian, so it's a UTC DateTime
| Name | DateTimeToGreenwichMeanSiderealTime |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Public/CelestialMaths.h |
| Include Path | #include "CelestialMaths.h" |
| Source | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Private/CelestialMaths.cpp |
UFUNCTION (BlueprintCallable, Category="Celestial Vault|Time")
static double DateTimeToGreenwichMeanSiderealTime
(
FDateTime UTCDateTime
)