Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/TGenericDataOperator
References
Module | ModelingOperators |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/ModelingOperators.h |
Include | #include "ModelingOperators.h" |
void CalculateResult
(
FProgressCancel * Progress
)
Remarks
Calculate the result of the operator. This must populate the internal Result data
Parameters
Name | Description |
---|---|
Progress | implementors can use this object to report progress and determine if they should halt and terminate expensive computations |