UWheeledVehicleMovementComponent::GetController

Returns this component's associated controller, typically from the owning Pawn.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UPawnMovementComponent::GetController()

UWheeledVehicleMovementComponent::GetController()

References

Module

PhysXVehicles

Header

/Engine/Plugins/Runtime/PhysXVehicles/Source/PhysXVehicles/Public/WheeledVehicleMovementComponent.h

Include

#include "WheeledVehicleMovementComponent.h"

Source

/Engine/Plugins/Runtime/PhysXVehicles/Source/PhysXVehicles/Private/WheeledVehicleMovementComponent.cpp

Syntax

virtual AController * GetController() const

Remarks

Returns this component's associated controller, typically from the owning Pawn. May be null. May be overridden for special handling when the controller isn't paired with the Pawn that owns this component.