A Demo Project for the UnrealEngineSDK
|
#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 |
Definition at line 436 of file GripMotionControllerComponent.h.
bool UGripMotionControllerComponent::FRenderTrackingParams::bRenderSmoothHandTracking = false |
Definition at line 444 of file GripMotionControllerComponent.h.
bool UGripMotionControllerComponent::FRenderTrackingParams::bRenderSmoothWithEuroLowPassFunction = false |
Definition at line 445 of file GripMotionControllerComponent.h.
FVector UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadComponentScale = FVector::ZeroVector |
Definition at line 439 of file GripMotionControllerComponent.h.
FVector UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadLastLocationForLateUpdate = FVector::ZeroVector |
Definition at line 441 of file GripMotionControllerComponent.h.
FTransform UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadProfileTransform = FTransform::Identity |
Definition at line 440 of file GripMotionControllerComponent.h.
FTransform UGripMotionControllerComponent::FRenderTrackingParams::GripRenderThreadRelativeTransform = FTransform::Identity |
Definition at line 438 of file GripMotionControllerComponent.h.
FBPEuroLowPassFilterTrans UGripMotionControllerComponent::FRenderTrackingParams::RenderEuroSmoothingParams |
Definition at line 447 of file GripMotionControllerComponent.h.
float UGripMotionControllerComponent::FRenderTrackingParams::RenderLastDeltaTime = 0.0f |
Definition at line 449 of file GripMotionControllerComponent.h.
FTransform UGripMotionControllerComponent::FRenderTrackingParams::RenderLastSmoothRelativeTransform = FTransform::Identity |
Definition at line 448 of file GripMotionControllerComponent.h.
float UGripMotionControllerComponent::FRenderTrackingParams::RenderSmoothingSpeed = 0.0f |
Definition at line 446 of file GripMotionControllerComponent.h.