Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Result of updating the camera action.
| Name | FCameraActionEvaluationResult |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Services/CameraActionEvaluator.h |
| Include Path | #include "Services/CameraActionEvaluator.h" |
Syntax
struct FCameraActionEvaluationResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraActionEvaluationResult
(
FCameraNodeEvaluationResult& InResult |
Services/CameraActionEvaluator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsActionFinished | bool | Whether this action has ended. | Services/CameraActionEvaluator.h | |
| Result | FCameraNodeEvaluationResult & | The evaluation result that pass through the camera rig instance. | Services/CameraActionEvaluator.h |