Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraSystemEvaluator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< EvaluationServiceType > FindEvaluationService () |
Finds an evaluation service of the given type. | Core/CameraSystemEvaluator.h | |
TSharedPtr< FCameraEvaluationService > FindEvaluationService
(
const FCameraObjectTypeID& TypeID |
Finds an evaluation service of the given type. | Core/CameraSystemEvaluator.h |
FindEvaluationService()
Description
Finds an evaluation service of the given type.
| Name | FindEvaluationService |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraSystemEvaluator.h |
| Include Path | #include "Core/CameraSystemEvaluator.h" |
template<typename EvaluationServiceType>
TSharedPtr < EvaluationServiceType > FindEvaluationService() const
FindEvaluationService(const FCameraObjectTypeID &)
Description
Finds an evaluation service of the given type.
| Name | FindEvaluationService |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraSystemEvaluator.h |
| Include Path | #include "Core/CameraSystemEvaluator.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraSystemEvaluator.cpp |
TSharedPtr < FCameraEvaluationService > FindEvaluationService
(
const FCameraObjectTypeID & TypeID
) const