Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FRecordedTransformTrack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRecordedFrame * FindRecordedFrame
(
float InTime, |
Find a frame at InTime if available within a specified tolarance of the timestamp | GeometryCollection/RecordedTransformTrack.h | |
FRecordedFrame * FindRecordedFrame
(
float InTime, |
Find a frame at InTime if available within a specified tolarance of the timestamp | GeometryCollection/RecordedTransformTrack.h |
FindRecordedFrame(float, float)
Description
Find a frame at InTime if available within a specified tolarance of the timestamp
| Name | FindRecordedFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/RecordedTransformTrack.h |
| Include Path | #include "GeometryCollection/RecordedTransformTrack.h" |
const FRecordedFrame * FindRecordedFrame
(
float InTime,
float InTolerance
) const
FindRecordedFrame(float, float)
Description
Find a frame at InTime if available within a specified tolarance of the timestamp
| Name | FindRecordedFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/RecordedTransformTrack.h |
| Include Path | #include "GeometryCollection/RecordedTransformTrack.h" |
FRecordedFrame * FindRecordedFrame
(
float InTime,
float InTolerance
)