Navigation
API > API/Plugins > API/Plugins/GeometryCache
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheComponent.h |
| Include | #include "GeometryCacheComponent.h" |
Syntax
USTRUCT&40;&41;
struct FTrackRenderData
Remarks
Stores the RenderData for each individual track
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | BoundingBox | Bounding box of this specific track | |
| int32 | BoundsSampleIndex | ||
| FMatrix | Matrix | Transform matrix used to render this specific track. | |
| int32 | MatrixSampleIndex | Sample Id's of the values we currently have registered the component with. |
Constructors
| Type | Name | Description | |
|---|---|---|---|