Navigation
Unreal Engine C++ API Reference > Plugins > ModelingOperatorsEditorOnly > ParameterizationOps
Inheritance Hierarchy
- TGenericDataOperator
- FCalculateTangentsOp
References
Module | ModelingOperatorsEditorOnly |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/ParameterizationOps/CalculateTangentsOp.h |
Include | #include "ParameterizationOps/CalculateTangentsOp.h" |
Syntax
class FCalculateTangentsOp : public UE::Geometry::TGenericDataOperator< FMeshTangentsd >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bNoAttributesError | Error flags |
![]() |
EMeshTangentsType | CalculationMethod | Parameters |
![]() |
TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > | SourceMesh | Inputs |
![]() |
TSharedPtr< FMeshTangentsf, ESPMode::ThreadSafe > | SourceTangents |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CalculateMikkT
(
FProgressCancel* Progress, |
|
![]() ![]() |
void | CalculateStandard
(
FProgressCancel* Progress, |
|
![]() ![]() |
void | CopyFromSource
(
FProgressCancel* Progress, |
Overridden from TGenericDataOperator
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CalculateResult
(
FProgressCancel* Progress |
TGenericDataOperator implementation |