Navigation
Unreal Engine C++ API Reference > Plugins > ModelingOperators > FAsyncTaskExecuterWithAbort
Syntax
bool bAbort
Remarks
Set to true to abort the child task. CancelAndDelete() should be used in most cases, instead of changing bAbort directly.