Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/FGeometryCacheConstantTopologyWr-
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheConstantTopologyWriter.h |
| Include | #include "GeometryCacheConstantTopologyWriter.h" |
Syntax
struct FTrackWriter
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGeometryCacheMeshBatchInfo > | BatchesInfo | ||
| TArray< FColor > | Colors | ||
| TArray< uint32 > | ImportedVertexNumbers | ||
| TArray< uint32 > | Indices | ||
| TArray< FVector2f > | UVs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTrackWriter
(
FGeometryCacheConstantTopologyWriter& InOwner |
|||
FTrackWriter
(
const FTrackWriter& |
|||
FTrackWriter
(
FTrackWriter&& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | WriteAndClose
(
TArrayView< TArray< FVector3f >> PositionsToMoveFrom |
Move the position data to the cache track and close the TrackWriter. | |
| bool | WriteAndClose
(
TArrayView< FFrameData > FramesToMoveFrom |
Move the frame data to the cache track and close the TrackWriter. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTrackWriter & | operator=
(
const FTrackWriter& |
||
| FTrackWriter & | operator=
(
FTrackWriter&& |