URotatingMovementComponent::TickComponent

Applies rotation to UpdatedComponent.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::TickComponent()

UMovementComponent::TickComponent()

URotatingMovementComponent::TickComponent()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/RotatingMovementComponent.h

Include

#include "GameFramework/RotatingMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/RotatingMovementComponent.cpp

Syntax

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

Remarks

Applies rotation to UpdatedComponent.

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