UGoogleVRMotionControllerComponent::TickComponent

Function called every frame on this ActorComponent.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::TickComponent()

UGoogleVRMotionControllerComponent::TickComponent()

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

virtual void TickComponent
(
    float DeltaTime,
    ELevelTick TickType,
    FActorComponentTickFunction * ThisTickFunction
)

Remarks

Function called every frame on this ActorComponent. Override this function to implement custom logic to be executed every frame. Only executes if the component is registered, and also PrimaryComponentTick.bCanEverTick must be set to true.

Parameters

Parameter

Description

DeltaTime

The time since the last tick.

TickType

The kind of tick this is, for example, are we paused, or 'simulating' in the editor

ThisTickFunction

Internal tick function struct that caused this to run

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