Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContext.h |
| Include | #include "Core/CameraEvaluationContext.h" |
Syntax
struct FCameraEvaluationContextInitializeParams
Remarks
Parameter struct for initializing an evaluation context.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UCameraAsset > | CameraAsset | The camera asset to run inside the context, if any. | |
| TObjectPtr< UObject > | Owner | The owner of the context, if any. | |
| TObjectPtr< APlayerController > | PlayerController | The player controller driving this context, if any. |