Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContextStack.h |
| Include | #include "Core/CameraEvaluationContextStack.h" |
Syntax
struct FCameraEvaluationContextInfo
Remarks
Information about a running camera evaluation context.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UCameraDirector * | CameraDirector | The instantiated camera director running in this context. | |
| UCameraEvaluationContext * | EvaluationContext | The evaluation context. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Returns whether this structure has a valid context and director. |