Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/UGeometryCollect-_1
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 |
UFUNCTION (BlueprintCallable, Category="ChaosPhysics")
TArray < FTransform > GetLocalRestTransforms
(
bool bInitialTransforms
) const
Remarks
Get the rest transforms in component (local) space space, if none have been set by SetLocalRestTransforms or if RestTransform property is empty , then the initial ones are returned
Parameters
| Name | Description |
|---|---|
| bInitialTransform | force the initial transforms to be returned ( false by default ) |