Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- TSharedFromThis< FCameraSystemEvaluator >
- FCameraSystemEvaluator
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraSystemEvaluator.h |
| Include | #include "Core/CameraSystemEvaluator.h" |
Syntax
class FCameraSystemEvaluator : public TSharedFromThis< FCameraSystemEvaluator >
Remarks
The main camera system evaluator class.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Builds a new camera system. Initialize must be called before the system is used. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Collect reference objects for the garbage collector. | |
| TSharedPtr< FCameraEvaluationService > | FindEvaluationService
(
const FCameraObjectTypeID& TypeID |
Finds an evaluation service of the given type. | |
| TSharedPtr< EvaluationServiceType > | Finds an evaluation service of the given type. | ||
| void | GetEvaluatedCameraView
(
FMinimalViewInfo& DesiredView |
Get the last evaluated camera. | |
| const FCameraSystemEvaluationResult & | Gets the evaluated result. | ||
| const FCameraEvaluationContextStack & | Gets the context stack. | ||
| FCameraEvaluationContextStack & | Gets the context stack. | ||
| void | GetEvaluationServices
(
TArray< TSharedPtr< FCameraEvaluationService > >& OutEvaluationServices |
Get currently registered evaluation services. | |
| UObject * | GetOwner () |
Gets the owner of this camera system, if any, and if still valid. | |
| FRootCameraNodeEvaluator * | Returns the root node evaluator. | ||
| void | Initialize
(
const FCameraSystemEvaluatorCreateParams& Params |
Initializes the camera system. | |
| void | Initialize
(
TObjectPtr< UObject > InOwner |
Initializes the camera system. | |
| void | Pop the active (top) evaluation context from the stack. | ||
| void | PushEvaluationContext
(
TSharedRef< FCameraEvaluationContext > EvaluationContext |
Push a new evaluation context on the stack. | |
| void | RegisterEvaluationService
(
TSharedRef< FCameraEvaluationService > EvaluationService |
Registers an evaluation service on this camera system. | |
| void | RemoveEvaluationContext
(
TSharedRef< FCameraEvaluationContext > EvaluationContext |
Remove an existing evaluation context from the stack. | |
| void | UnregisterEvaluationService
(
TSharedRef< FCameraEvaluationService > EvaluationService |
Unregisters an evaluation service from this camera system. | |
| void | Update
(
const FCameraSystemEvaluationParams& Params |
Run an update of the camera system. |