Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/UGeometryCollect-
- UActorComponent::AsyncPhysicsTickComponent()
- UGeometryCollectionComponent::AsyncPhysicsTickComponent()
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h |
| Include | #include "GeometryCollection/GeometryCollectionComponent.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionComponent.cpp |
virtual void AsyncPhysicsTickComponent
&40;
float DeltaTime,
float SimTime
&41;
Remarks
Override this function to implement custom logic to be executed every physics step. Only executes if the component is registered, and also bAsyncPhysicsTick must be set to true.
Parameters
| Name | Description |
|---|---|
| DeltaTime | The sim time associated with each step |
| SimTime | This is the total sim time since the sim began |