unreal.GoogleVRArmModelFollowGazeBehavior

class unreal.GoogleVRArmModelFollowGazeBehavior

Bases: unreal.EnumBase

Represents when gaze-following behavior should occur in the ArmModel. This is useful if you have an application that requires the user to turn around.

C++ Source:

  • Plugin: GoogleVRController

  • Module: GoogleVRController

  • File: GoogleVRControllerFunctionLibrary.h

ALWAYS

The shoulder will follow the gaze during controller motion.

Type

2

DURING_MOTION

The shoulder will never follow the gaze.

Type

1

NEVER

0