#include <ChaosVDRecording.h>
|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS uint64 | FirstCycle |
| |
| uint64 | LastCycle |
| |
| double | StartTime = -1.0 |
| |
| double | EndTime = -1.0 |
| |
| TMap< FName, FChaosVDTrackedLocation > | RecordedNonSolverLocationsByID |
| |
| TMap< FName, FChaosVDTrackedTransform > | RecordedNonSolverTransformsByID |
| |
| TMap< int32, TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > > | RecordedSceneQueriesBySolverID |
| |
| TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > | RecordedSceneQueries |
| |
| TMap< int32, TSharedPtr< FChaosVDQueryDataWrapper > > | RecordedSceneQueriesByQueryID |
| |
| TMap< int32, TArray< TSharedPtr< FChaosVDAABBTreeDataWrapper > > > | RecordedAABBTreesBySolverID |
| |
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawBoxDataWrapper > > > | RecordedDebugDrawBoxesBySolverID |
| |
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawLineDataWrapper > > > | RecordedDebugDrawLinesBySolverID |
| |
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawSphereDataWrapper > > > | RecordedDebugDrawSpheresBySolverID |
| |
| TMap< int32, TArray< TSharedPtr< FChaosVDDebugDrawImplicitObjectDataWrapper > > > | RecordedDebugDrawImplicitObjectsBySolverID |
| |
◆ FChaosVDGameFrameData() [1/3]
◆ FChaosVDGameFrameData() [2/3]
◆ FChaosVDGameFrameData() [3/3]
◆ GetCustomDataHandler() [1/2]
◆ GetCustomDataHandler() [2/2]
◆ GetFrameTime()
| double FChaosVDGameFrameData::GetFrameTime |
( |
| ) |
const |
|
inline |
Calculates and returns the frame time for this recorded frame.
- Returns
- Calculated frame time. -1 if it was not recorded
◆ IsDirty()
| bool FChaosVDGameFrameData::IsDirty |
( |
| ) |
const |
|
inline |
◆ MarkDirty()
| void FChaosVDGameFrameData::MarkDirty |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ EndTime
| double FChaosVDGameFrameData::EndTime = -1.0 |
◆ FirstCycle
◆ LastCycle
| uint64 FChaosVDGameFrameData::LastCycle |
◆ RecordedAABBTreesBySolverID
◆ RecordedDebugDrawBoxesBySolverID
◆ RecordedDebugDrawImplicitObjectsBySolverID
◆ RecordedDebugDrawLinesBySolverID
◆ RecordedDebugDrawSpheresBySolverID
◆ RecordedNonSolverLocationsByID
◆ RecordedNonSolverTransformsByID
◆ RecordedSceneQueries
◆ RecordedSceneQueriesByQueryID
◆ RecordedSceneQueriesBySolverID
◆ StartTime
| double FChaosVDGameFrameData::StartTime = -1.0 |
The documentation for this struct was generated from the following file: