Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/UGeometryCollectionComponent
| Name | FBrokenAndDecayedStates |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h |
| Include Path | #include "GeometryCollection/GeometryCollectionComponent.h" |
Syntax
struct FBrokenAndDecayedStates
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRootBroken | bool | GeometryCollection/GeometryCollectionComponent.h | ||
| HasDecayed | TBitArray | GeometryCollection/GeometryCollectionComponent.h | ||
| IsBroken | TBitArray | GeometryCollection/GeometryCollectionComponent.h | ||
| NumDecaying | int32 | GeometryCollection/GeometryCollectionComponent.h | ||
| NumTransforms | int32 | GeometryCollection/GeometryCollectionComponent.h | ||
| RootBrokenEventTimeInMs | double | GeometryCollection/GeometryCollectionComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetHasDecayed
(
int32 TransformIndex |
GeometryCollection/GeometryCollectionComponent.h | ||
bool GetIsBroken
(
int32 TransformIndex |
GeometryCollection/GeometryCollectionComponent.h | ||
bool GetIsRootBroken() |
GeometryCollection/GeometryCollectionComponent.h | ||
double GetRootBrokenElapsedTimeInMs() |
GeometryCollection/GeometryCollectionComponent.h | ||
double GetRootBrokenEventTimeInMs() |
GeometryCollection/GeometryCollectionComponent.h | ||
bool HasAnyDecaying() |
Return true if any broken piece is not yet decayed | GeometryCollection/GeometryCollectionComponent.h | |
bool HasFullyDecayed() |
GeometryCollection/GeometryCollectionComponent.h | ||
void Reset
(
int32 NumTransforms |
GeometryCollection/GeometryCollectionComponent.h | ||
void SetHasDecayed
(
int32 TransformIndex |
GeometryCollection/GeometryCollectionComponent.h | ||
| GeometryCollection/GeometryCollectionComponent.h | |||
void SetIsBroken
(
int32 TransformIndex |
GeometryCollection/GeometryCollectionComponent.h | ||
void SetRootIsBroken
(
bool bIsBroken |
GeometryCollection/GeometryCollectionComponent.h |