Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestFramework
Description
Used to disabled stack capture when an error or warning event is triggered. Setting bCapture=true does not guarantees GetCaptureStack()=true because that method also depend on NeedSkipStackWalk().
| Name | SetCaptureStack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void SetCaptureStack
(
bool bCapture
)