Navigation
API > API/Plugins > API/Plugins/AvalancheCamera
References
| Module | AvalancheCamera |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheCamera/Public/AvaCameraSubsystem.h |
| Include | #include "AvaCameraSubsystem.h" |
Syntax
USTRUCT ()
struct FAvaViewTarget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< AActor > | Actor | The View Target Actor | |
| TObjectPtr< const UAvaCameraPriorityModifier > | CameraPriorityModifier | The Camera Modifier that the View Target Actor has, if any |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetPriority () |
Returns the priority of the camera priority modifier of the actor, or 0 if the priority modifier doesn't exist | |
| const FViewTargetTransitionParams & | Returns the Transition Params of the camera priority modifier of the actor, or default transition params if the modifier doesn't exist | ||
| bool | IsValid () |
Returns true if the View Target Actor is valid |