UGoogleVRMotionControllerComponent::GetControllerMesh

Get the StaticMeshComponent used to represent the controller.

Windows
MacOS
Linux

References

Module

GoogleVRController

Header

/Engine/Plugins/Runtime/GoogleVR/GoogleVRController/Source/GoogleVRController/Classes/GoogleVRMotionControllerComponent.h

Include

#include "GoogleVRMotionControllerComponent.h"

Source

/Engine/Plugins/Runtime/GoogleVR/GoogleVRController/Source/GoogleVRController/Private/GoogleVRMotionControllerComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleVRMotionController",
          Meta=(Keywords="Cardboard AVR GVR"))
UStaticMeshComponent * GetControllerMesh() const

Remarks

Get the StaticMeshComponent used to represent the controller. Can be used if you desire to modify the controller at runtime

Returns

controller static mesh component.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss