Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription > API/Runtime/StaticMeshDescription/FStaticMeshOperations > API/Runtime/StaticMeshDescription/FStaticMeshOperations/ApplyTransform
References
| Module | StaticMeshDescription |
| Header | /Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshOperations.h |
| Include | #include "StaticMeshOperations.h" |
| Source | /Engine/Source/Runtime/StaticMeshDescription/Private/StaticMeshOperations.cpp |
static void ApplyTransform
(
FMeshDescription & MeshDescription,
const FTransform & Transform,
bool bApplyCorrectNormalTransform
)
Remarks
Transforms the MeshDescription data using the provided transform.
Parameters
| Name | Description |
|---|---|
| bApplyCorrectNormalTransform | Whether to correctly transform normals and tangents. Otherwise, will match the UE renderer and transform them without scale. |