AVirtualCameraPlayerControllerBase::GetCustomTrackerLocationAndRotation

Overridable function to allow user to get tracker data from blueprints.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPlayerControllerBase.h

Include

#include "VirtualCameraPlayerControllerBase.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintImplementableEvent, Category="VirtualCamera")
void GetCustomTrackerLocationAndRotation
(
    FVector & OutTrackerLocation,
    FRotator & OutTrackerRotation
)

Remarks

Overridable function to allow user to get tracker data from blueprints.

Parameters

Parameter

Description

OutTrackerLocation

The current location of the tracker being used

OutTrackerRotation

The current rotation of the tracker being used

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