Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/UGeometryCollect-
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 |
void ApplyLinearVelocity
&40;
int32 ItemIndex,
const FVector & LinearVelocity
&41;
Remarks
Apply linear velocity on specific piece
Parameters
| Name | Description |
|---|---|
| ItemIndex | item index ( from HitResult) of the piece to apply velocity on |
| LinearVelocity | linear velocity to apply |