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 ApplyAngularVelocity
&40;
int32 ItemIndex,
const FVector & AngularVelocity
&41;
Remarks
Apply angular velocity on specific piece
Parameters
| Name | Description |
|---|---|
| ItemIndex | item index ( from HitResult) of the piece to apply velocity on |
| AngularVelocity | linear velocity to apply |