Navigation
| Name | CelestialVault |
| Type | Plugin |
| Part of Plugins | CelestialVault |
| Location | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/ |
| Module Build Rules | CelestialVault.Build.cs |
Classes
| Name | Remarks |
|---|---|
| ACelestialVaultDaySequenceActor | |
| FCelestialVaultModule | |
| UCelestialMaths | Units Conventions Distances: Distances are expressed in Astronomical units - Specified by the "AU" mention in the function name |
| vsop87a_full | VSOP87-Multilang http://www.celestialprogramming.com/vsop87-multilang/index.html Greg Miller ([email protected]) 2019. |
| vsop87a_milli | VSOP87-Multilang http://www.celestialprogramming.com/vsop87-multilang/index.html Greg Miller ([email protected]) 2019. |
Structs
| Name | Remarks |
|---|---|
| FCelestialStarInputData | TableRow Base type to describe the Creation parameters of a Catalog-based Star Will only be used at creation time, from a proper Data Table This Struct extends the FStarInputData class with additional Catalog Properties |
| FCelestialVaultSequence | A procedural sequence that animates a sun in a physically accurate way based on geographic data. |
| FPlanetaryBodyInfo | Runtime structure to store the computed properties of a Planetary Body, for any Query. |
| FPlanetaryBodyInputData | TableRow Base type to describe the Creation parameters of a planetary body (Planet, Moon) Will only be used at creation time, from a proper Data Table |
| FStarInfo | Runtime structure to store the computed properties of a Star, for any Query. |
| FStarInputData | TableRow Base type to describe the Creation parameters of a Basic Star Will only be used at creation time, from a proper Data Table This Struct contains the minimal needed data for a Fictional Star |
| FSunInfo | Runtime structure to store the computed properties of the Sun, for any Query. |
Enums
Public
| Name | Remarks |
|---|---|
| EOrbitType | Any celestial body with an Elliptic Orbit type will have to provide the elliptic parameters Other will use the solar system VSOP87 computations for their location |