TGenericDataOperator::CalculateResult

Calculate the result of the operator. This must populate the internal Result data

Windows
MacOS
Linux

Override Hierarchy

TGenericDataOperator::CalculateResult()

FCalculateTangentsOp::CalculateResult()

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/ModelingOperators.h

Include

#include "ModelingOperators.h"

Syntax

void CalculateResult
(
    FProgressCancel * Progress
)

Remarks

Calculate the result of the operator. This must populate the internal Result data

Parameters

Parameter

Description

Progress

implementors can use this object to report progress and determine if they should halt and terminate expensive computations

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss