Navigation
API > API/Plugins > API/Plugins/CelestialVault
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
| Name | FCelestialStarInputData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Public/CelestialDataTypes.h |
| Include Path | #include "CelestialDataTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FCelestialStarInputData : public FStarInputData
Inheritance Hierarchy
- FTableRowBase → FStarInputData → FCelestialStarInputData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorIndex | double | Star Color Index, also named B-V | CelestialDataTypes.h | |
| HenryDraperID | int32 | Star Henry Draper ID | CelestialDataTypes.h |
|
| HipparcosID | int32 | Star Hipparcos ID | CelestialDataTypes.h |
|
| YaleBrightStarID | int32 | Star YaleBrightStar ID | CelestialDataTypes.h |
|