Navigation
API > API/Runtime > API/Runtime/ChaosVDData
References
| Module | ChaosVDData |
| Header | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include | #include "ChaosVDRecording.h" |
Syntax
struct FChaosVDGameFrameData
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | EndTime | ||
| uint64 | FirstCycle | ||
| uint64 | LastCycle | ||
| TMap< int32, TArray< TSharedPtr< FChaosVDAABBTreeDataWrapper > > > | RecordedAABBTreesBySolverID | ||
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawBoxDataWrapper > > > | RecordedDebugDrawBoxesBySolverID | ||
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawImplicitObjectDataWrapper > > > | RecordedDebugDrawImplicitObjectsBySolverID | ||
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawLineDataWrapper > > > | RecordedDebugDrawLinesBySolverID | ||
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawSphereDataWrapper > > > | RecordedDebugDrawSpheresBySolverID | ||
| TMap< FName, FChaosVDTrackedLocation > | RecordedNonSolverLocationsByID | ||
| TMap< FName, FChaosVDTrackedTransform > | RecordedNonSolverTransformsByID | ||
| TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > | RecordedSceneQueries | ||
| TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > | RecordedSceneQueriesByQueryID | ||
| TMap< int32, TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > > | RecordedSceneQueriesBySolverID | ||
| double | StartTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FChaosVDGameFrameData
(
const FChaosVDGameFrameData& Other |
|||
FChaosVDGameFrameData
(
FChaosVDGameFrameData&& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetFrameTime () |
Calculates and returns the frame time for this recorded frame. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FChaosVDGameFrameData & | operator=
(
const FChaosVDGameFrameData& Other |
||
| FChaosVDGameFrameData & | operator=
(
FChaosVDGameFrameData&& Other |