Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A debug block that displays information about post-process settings.
| Name | FPostProcessSettingsDebugBlock |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/PostProcessSettingsDebugBlock.h |
| Include Path | #include "Debug/PostProcessSettingsDebugBlock.h" |
Syntax
class FPostProcessSettingsDebugBlock : public UE::Cameras::FCameraDebugBlock
Inheritance Hierarchy
- FCameraDebugBlock → FPostProcessSettingsDebugBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates a new post-process settings debug block. | Debug/PostProcessSettingsDebugBlock.h | ||
FPostProcessSettingsDebugBlock
(
const FPostProcessSettingsCollection& InPostProcessSettings |
Creates a new post-process settings debug block. | Debug/PostProcessSettingsDebugBlock.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ::UE::Cameras::FCameraDebugBlock | Debug/PostProcessSettingsDebugBlock.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateTypeID | GAMEPLAYCAMERAS_API const ::UE::Cameras::TCameraObjectTypeID< FPostProcessSettingsDebugBlock > | Debug/PostProcessSettingsDebugBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PostProcessSettings | FPostProcessSettingsCollection | Debug/PostProcessSettingsDebugBlock.h |
Functions
Public
Overridden from FCameraDebugBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCameraObjectTypeID & GetTypeID() |
Debug/PostProcessSettingsDebugBlock.h | ||
virtual bool IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Debug/PostProcessSettingsDebugBlock.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/PostProcessSettingsDebugBlock.h | |
virtual void OnSerialize
(
FArchive& Ar |
Serializes this debug block into a buffer, for recording/replaying purposes. | Debug/PostProcessSettingsDebugBlock.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ::UE::Cameras::TCameraObjectTypeID< FPostProcessSettingsDebugBlock > & StaticTypeID() |
Debug/PostProcessSettingsDebugBlock.h |