Navigation
API > API/Plugins > API/Plugins/VPUtilities > API/Plugins/VPUtilities/Libraries > API/Plugins/VPUtilities/Libraries/FVPCameraRigSpawnParams
Syntax
UPROPERTY (Transient, BlueprintReadWrite, Category="Camera Rig")
float LinearApproximationParam
Remarks
This is only used if LinearApproximationMode is not None. When mode is Density: See FSplinePositionLinearApproximation::Build.
When mode is IntegrationStep: Integration step (in CM) between approximation points. Decreasing this value will increase the number of spline points and will therefore increase the accuracy (at the cost of increased complexity).