Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraDebugBlockBuilder
Description
Creates a new debug block and adds it to the current hierarhcy. This sets the new block as the "active" block, and adds it as a child of the previously active block.
| Name | StartChildDebugBlock |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDebugBlockBuilder.h |
| Include Path | #include "Debug/CameraDebugBlockBuilder.h" |
template<typename BlockType, typename ... ArgTypes>
BlockType & StartChildDebugBlock
(
ArgTypes &&... InArgs
)