Navigation
API > API/Runtime > API/Runtime/ChaosVDData > API/Runtime/ChaosVDData/FChaosVDRecording
References
| Module | ChaosVDData |
| Header | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include | #include "ChaosVDRecording.h" |
| Source | /Engine/Source/Runtime/Experimental/ChaosVDData/Private/ChaosVDRecording.cpp |
int32 GetLowestSolverFrameNumberAtCycle
&40;
int32 SolverID,
uint64 Cycle
&41;
Remarks
Searches and returns the lowest frame number of a solver at the specified cycle Found frame number. INDEX_NONE if no frame is found for the specified cycle
Parameters
| Name | Description |
|---|---|
| SolverID | ID if the solver |
| Cycle | Platform cycle to use as lower bound |