Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A debug block for a camera director entry in the evaluation stack.
| Name | FCameraDirectorDebugBlock |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDirectorDebugBlock.h |
| Include Path | #include "Debug/CameraDirectorDebugBlock.h" |
Syntax
class FCameraDirectorDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
- FCameraDebugBlock → FCameraDirectorDebugBlock
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ::UE::Cameras::FCameraDebugBlock | Debug/CameraDirectorDebugBlock.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateTypeID | GAMEPLAYCAMERAS_API const ::UE::Cameras::TCameraObjectTypeID< FCameraDirectorDebugBlock > | Debug/CameraDirectorDebugBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | Debug/CameraDirectorDebugBlock.h | ||
| CameraAssetName | FString | Debug/CameraDirectorDebugBlock.h | ||
| CameraDirectorClassName | FName | Debug/CameraDirectorDebugBlock.h | ||
| ContextClassName | FName | Debug/CameraDirectorDebugBlock.h | ||
| InitialContextTransform | FTransform3d | Debug/CameraDirectorDebugBlock.h | ||
| OwnerClassName | FName | Debug/CameraDirectorDebugBlock.h | ||
| OwnerName | FString | Debug/CameraDirectorDebugBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
TSharedPtr< FCameraEvaluationContext > Context, |
Debug/CameraDirectorDebugBlock.h |
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCameraObjectTypeID & GetTypeID() |
Debug/CameraDirectorDebugBlock.h | ||
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Debug/CameraDirectorDebugBlock.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/CameraDirectorDebugBlock.h | |
virtual void OnSerialize
(
FArchive& Ar |
Serializes this debug block into a buffer, for recording/replaying purposes. | Debug/CameraDirectorDebugBlock.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ::UE::Cameras::TCameraObjectTypeID< FCameraDirectorDebugBlock > & StaticTypeID() |
Debug/CameraDirectorDebugBlock.h |