33 , ConfidenceValue(0.f)
34 , bIsLeftEyeBlink(
false)
35 , bIsRightEyeBlink(
false)
36 , LeftPupilDiameter(0.0f)
37 , RightPupilDiameter(0.0f)
41 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=
"Gaze Data")
45 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
49 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
53 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
54 float ConfidenceValue;
57 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
61 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
62 bool bIsRightEyeBlink;
65 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
66 float LeftPupilDiameter;
69 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "
Gaze Data")
70 float RightPupilDiameter;
91 , ConfidenceValue(0.f)
95 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Stereo Gaze Data")
114 float ConfidenceValue;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127