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< FName, FChaosVDTrackedLocation > | RecordedNonSolverLocationsByID | ||
| TMap< FName, FChaosVDTrackedTransform > | RecordedNonSolverTransformsByID | ||
| TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > | RecordedSceneQueries | ||
| double | StartTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetFrameTime () |
Calculates and returns the frame time for this recorded frame. |