Skip to content

Commit 535945b

Browse files
committed
Update PCGExTopologyEdgesProcessor.h
1 parent c3c1bb1 commit 535945b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/PCGExtendedToolkit/Public/Topology/PCGExTopologyEdgesProcessor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ namespace PCGExTopologyEdges
284284

285285
void ApplyPointData()
286286
{
287+
TRACE_CPUPROFILER_EVENT_SCOPE(TopologyEdgesProcessor::ApplyPointData);
288+
287289
FTransform Transform = Settings->OutputMode == EPCGExTopologyOutputMode::PCGDynamicMesh ? Context->GetComponent()->GetOwner()->GetTransform() : FTransform::Identity;
288290
Transform.SetScale3D(FVector::OneVector);
289291
Transform.SetRotation(FQuat::Identity);

0 commit comments

Comments
 (0)