Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Basic debug block for an evaluation service.
| Name | FCameraEvaluationServiceDebugBlock |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraEvaluationServiceDebugBlock.h |
| Include Path | #include "Debug/CameraEvaluationServiceDebugBlock.h" |
Syntax
class FCameraEvaluationServiceDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
- FCameraDebugBlock → FCameraEvaluationServiceDebugBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs a new evaluation service debug block. | Debug/CameraEvaluationServiceDebugBlock.h | ||
FCameraEvaluationServiceDebugBlock
(
TSharedPtr< const FCameraEvaluationService > InEvaluationService |
Constructs a new evaluation service debug block. | Debug/CameraEvaluationServiceDebugBlock.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ::UE::Cameras::FCameraDebugBlock | Debug/CameraEvaluationServiceDebugBlock.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateTypeID | GAMEPLAYCAMERAS_API const ::UE::Cameras::TCameraObjectTypeID< FCameraEvaluationServiceDebugBlock > | Debug/CameraEvaluationServiceDebugBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ServiceClassName | FString | Debug/CameraEvaluationServiceDebugBlock.h |
Functions
Public
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCameraObjectTypeID & GetTypeID() |
Debug/CameraEvaluationServiceDebugBlock.h | ||
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Debug/CameraEvaluationServiceDebugBlock.h |
Protected
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDebugDraw
(
const FCameraDebugBlockDrawParams& Params, |
Called to let this block display its information on screen. | Debug/CameraEvaluationServiceDebugBlock.h | |
virtual void OnSerialize
(
FArchive& Ar |
Serializes this debug block into a buffer, for recording/replaying purposes. | Debug/CameraEvaluationServiceDebugBlock.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ::UE::Cameras::TCameraObjectTypeID< FCameraEvaluationServiceDebugBlock > & StaticTypeID() |
Debug/CameraEvaluationServiceDebugBlock.h |