Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FBlendStacksCameraDebugBlock
Description
Adds the given blend stack block as a child, which will be rendered with the given title. The blend stack block can be obtained from the blend stack evaluator.
| Name | AddBlendStack |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/BlendStacksCameraDebugBlock.h |
| Include Path | #include "Debug/BlendStacksCameraDebugBlock.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Debug/BlendStacksCameraDebugBlock.cpp |
void AddBlendStack
(
const FString & InBlendStackName,
FBlendStackCameraDebugBlock * InDebugBlock
)