Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraDebugBlockBuilder
Description
Creates a new unassociated debug block. It won't render unless it's referenced by or parented under another debug block!
| Name | BuildDebugBlock |
| 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 & BuildDebugBlock
(
ArgTypes &&... InArgs
)