Navigation
API > API/Plugins > API/Plugins/TakeRecorder
| Name | FTakeRecorderHitchProtectionParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/Recorder/TakeRecorderHitchProtectionParameters.h |
| Include Path | #include "Recorder/TakeRecorderHitchProtectionParameters.h" |
Syntax
USTRUCT ()
struct FTakeRecorderHitchProtectionParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableHitchProtection | bool | Attempt to prevent hitches in recorded data. | Recorder/TakeRecorderHitchProtectionParameters.h |
|
| CustomTimestep | TSoftClassPtr< UCatchupFixedRateCustomTimeStep > | The custom engine timestep class to use. Allows you to customize the behavior. | Recorder/TakeRecorderHitchProtectionParameters.h |
|
| MaxCatchupSeconds | double | Maximum allowed delay when Take Recorder is attempting to catch up during protection. | Recorder/TakeRecorderHitchProtectionParameters.h | |
| RegressionBufferSizeInSeconds | float | Determines the number of frames in the buffer used by linear regression. | Recorder/TakeRecorderHitchProtectionParameters.h |
|