Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UGameplayViewTargetPolicy
Description
Called to just after the view target has been updated for the player controller that was previously returned by DeterminePlayerController.
The default implementation sets the view target without a blend. You can override this to do a blend or perform additional actions. Note this is also called when the the owning output provider is deactivated (so you can possibly reset the view target to be the old player controller's pawn).
| Name | UpdateViewTarget |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/ViewTargetPolicy/GameplayViewTargetPolicy.h |
| Include Path | #include "Output/ViewTargetPolicy/GameplayViewTargetPolicy.h" |
void UpdateViewTarget
(
const FUpdateViewTargetPolicyParams & Params
)