A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UGripMotionControllerComponent::FRenderTrackingParams Struct Reference

#include <GripMotionControllerComponent.h>

Public Attributes

bool bRenderSmoothHandTracking = false
 
bool bRenderSmoothWithEuroLowPassFunction = false
 
FVector GripRenderThreadComponentScale = FVector::ZeroVector
 
FVector GripRenderThreadLastLocationForLateUpdate = FVector::ZeroVector
 
FTransform GripRenderThreadProfileTransform = FTransform::Identity
 
FTransform GripRenderThreadRelativeTransform = FTransform::Identity
 
FBPEuroLowPassFilterTrans RenderEuroSmoothingParams
 
float RenderLastDeltaTime = 0.0f
 
FTransform RenderLastSmoothRelativeTransform = FTransform::Identity
 
float RenderSmoothingSpeed = 0.0f
 

Detailed Description

Definition at line 436 of file GripMotionControllerComponent.h.

Member Data Documentation

◆ bRenderSmoothHandTracking

bool UGripMotionControllerComponent::FRenderTrackingParams::bRenderSmoothHandTracking = false

Definition at line 444 of file GripMotionControllerComponent.h.

◆ bRenderSmoothWithEuroLowPassFunction

bool UGripMotionControllerComponent::FRenderTrackingParams::bRenderSmoothWithEuroLowPassFunction = false

Definition at line 445 of file GripMotionControllerComponent.h.

◆ GripRenderThreadComponentScale

FVector UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadComponentScale = FVector::ZeroVector

Definition at line 439 of file GripMotionControllerComponent.h.

◆ GripRenderThreadLastLocationForLateUpdate

FVector UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadLastLocationForLateUpdate = FVector::ZeroVector

Definition at line 441 of file GripMotionControllerComponent.h.

◆ GripRenderThreadProfileTransform

FTransform UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadProfileTransform = FTransform::Identity

Definition at line 440 of file GripMotionControllerComponent.h.

◆ GripRenderThreadRelativeTransform

FTransform UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadRelativeTransform = FTransform::Identity

Definition at line 438 of file GripMotionControllerComponent.h.

◆ RenderEuroSmoothingParams

FBPEuroLowPassFilterTrans UGripMotionControllerComponent::FRenderTrackingParams::RenderEuroSmoothingParams

Definition at line 447 of file GripMotionControllerComponent.h.

◆ RenderLastDeltaTime

float UGripMotionControllerComponent::FRenderTrackingParams::RenderLastDeltaTime = 0.0f

Definition at line 449 of file GripMotionControllerComponent.h.

◆ RenderLastSmoothRelativeTransform

FTransform UGripMotionControllerComponent::FRenderTrackingParams::RenderLastSmoothRelativeTransform = FTransform::Identity

Definition at line 448 of file GripMotionControllerComponent.h.

◆ RenderSmoothingSpeed

float UGripMotionControllerComponent::FRenderTrackingParams::RenderSmoothingSpeed = 0.0f

Definition at line 446 of file GripMotionControllerComponent.h.


The documentation for this struct was generated from the following file: