Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/TBackgroundModelingComputeSource
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/BackgroundModelingComputeSource.h |
| Include | #include "BackgroundModelingComputeSource.h" |
void Tick
(
float DeltaTime
)
Remarks
Tick the active computation. Client must call this frequently with valid DeltaTime parameter, as cancellation/restart cycles are based on time delay specified by CancelActiveOpDelaySeconds
TBackgroundModelingComputeSource template implementation