Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- UCameraEvaluationContext
- UGameplayCameraComponentEvaluationContext
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContext.h |
| Include | #include "Core/CameraEvaluationContext.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraEvaluationContext : public UObject
Remarks
Base class for providing a context to running camera modes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCameraAsset > | CameraAsset | The camera asset hosted in this context. | |
| FCameraNodeRunResult | InitialResult | The initial result for all camera modes in this context. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCameraEvaluationContext
(
const FObjectInitializer& ObjectInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCameraAsset * | Gets the camera asset that is hosted in this context. | ||
| const FCameraNodeRunResult & | Gets the initial evaluation result for all camera modes in this context. |