Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Parameter struct for activating an evaluation context, which happens when it is added to the camera system's context stack.
| Name | FCameraEvaluationContextActivateParams |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContext.h |
| Include Path | #include "Core/CameraEvaluationContext.h" |
Syntax
struct FCameraEvaluationContextActivateParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Evaluator | FCameraSystemEvaluator * | The system the context will evaluate inside of. | Core/CameraEvaluationContext.h | |
| ParentContext | TSharedPtr< FCameraEvaluationContext > | The parent context, if any. | Core/CameraEvaluationContext.h |