Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| Name | FBlendStackSummaryCameraDebugBlock |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/BlendStackCameraNode.h |
| Include Path | #include "Core/BlendStackCameraNode.h" |
Syntax
class FBlendStackSummaryCameraDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
- FCameraDebugBlock → FBlendStackSummaryCameraDebugBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Core/BlendStackCameraNode.h | |||
FBlendStackSummaryCameraDebugBlock
(
const FBlendStackCameraNodeEvaluator& InEvaluator |
Core/BlendStackCameraNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ::UE::Cameras::FCameraDebugBlock | Core/BlendStackCameraNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateTypeID | const ::UE::Cameras::TCameraObjectTypeID< FBlendStackSummaryCameraDebugBlock > | Core/BlendStackCameraNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendStackLayer | ECameraRigLayer | Core/BlendStackCameraNode.h | ||
| BlendStackType | ECameraBlendStackType | Core/BlendStackCameraNode.h | ||
| NumEntries | int32 | Core/BlendStackCameraNode.h |
Functions
Public
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCameraObjectTypeID & GetTypeID() |
Core/BlendStackCameraNode.h | ||
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Core/BlendStackCameraNode.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. | Core/BlendStackCameraNode.h | |
virtual void OnSerialize
(
FArchive& Ar |
Serializes this debug block into a buffer, for recording/replaying purposes. | Core/BlendStackCameraNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ::UE::Cameras::TCameraObjectTypeID< FBlendStackSummaryCameraDebugBlock > & StaticTypeID() |
Core/BlendStackCameraNode.h |