Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A debug block that displays information about a camera rig's joints.
| |
|
| Name |
FCameraRigJointsDebugBlock |
| Type |
class |
| Header File |
/Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraRigJointsDebugBlock.h |
| Include Path |
#include "Debug/CameraRigJointsDebugBlock.h" |
Syntax
class FCameraRigJointsDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Creates a new camera rig joints debug block. |
Debug/CameraRigJointsDebugBlock.h |
|
|
Creates a new camera rig joints debug block. |
Debug/CameraRigJointsDebugBlock.h |
|
Structs
Typedefs
Constants
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Entries |
TArray< FEntry, TInlineAllocator< 2 > > |
|
Debug/CameraRigJointsDebugBlock.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual const FCameraObjectTypeID & GetTypeID()
|
|
Debug/CameraRigJointsDebugBlock.h |
|
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID
) const
|
|
Debug/CameraRigJointsDebugBlock.h |
|
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Called to let this block display its information on screen. |
Debug/CameraRigJointsDebugBlock.h |
|
virtual void OnSerialize
(
FArchive& Ar
)
|
Serializes this debug block into a buffer, for recording/replaying purposes. |
Debug/CameraRigJointsDebugBlock.h |
|
Static