UMockDataMeshTrackerComponent::TickComponent

The procedural mesh generated should bake physics and update its collision data.

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::TickComponent()

UMockDataMeshTrackerComponent::TickComponent()

References

Module

MRMesh

Header

/Engine/Source/Runtime/MRMesh/Public/MockDataMeshTrackerComponent.h

Include

#include "MockDataMeshTrackerComponent.h"

Source

/Engine/Source/Runtime/MRMesh/Private/MockDataMeshTrackerComponent.cpp

Syntax

virtual void TickComponent
(
    float DeltaTime,
    enum ELevelTick TickType,
    FActorComponentTickFunction * ThisTickFunction
)

Remarks

The procedural mesh generated should bake physics and update its collision data. TODO: Can we calculate this based on the collision flags of the UProceduralMeshComponent? It seems like those are not being respected directly by the component.Polls for and handles the results of the environmental mesh queries.

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