Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A debug block for showing the list of camera directors in the camera system's context stack.
| Name | FCameraDirectorTreeDebugBlock |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDirectorTreeDebugBlock.h |
| Include Path | #include "Debug/CameraDirectorTreeDebugBlock.h" |
Syntax
class FCameraDirectorTreeDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
- FCameraDebugBlock → FCameraDirectorTreeDebugBlock
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ::UE::Cameras::FCameraDebugBlock | Debug/CameraDirectorTreeDebugBlock.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateTypeID | GAMEPLAYCAMERAS_API const ::UE::Cameras::TCameraObjectTypeID< FCameraDirectorTreeDebugBlock > | Debug/CameraDirectorTreeDebugBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FCameraEvaluationContextStack& ContextStack, |
Debug/CameraDirectorTreeDebugBlock.h | ||
void Initialize
(
TArrayView< const TSharedPtr< FCameraEvaluationContext > > Contexts, |
Debug/CameraDirectorTreeDebugBlock.h |
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCameraObjectTypeID & GetTypeID() |
Debug/CameraDirectorTreeDebugBlock.h | ||
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Debug/CameraDirectorTreeDebugBlock.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/CameraDirectorTreeDebugBlock.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ::UE::Cameras::TCameraObjectTypeID< FCameraDirectorTreeDebugBlock > & StaticTypeID() |
Debug/CameraDirectorTreeDebugBlock.h |