Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/ViewTargetPolicy > API/Plugins/VCamCore/ViewTargetPolicy/UGameplayViewTargetPolicy
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/ViewTargetPolicy/GameplayViewTargetPolicy.h |
| Include | #include "ViewTargetPolicy/GameplayViewTargetPolicy.h" |
void UpdateViewTarget
&40;
const FUpdateViewTargetPolicyParams & Params
&41;
Remarks
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).