![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CollectionRemoveOnBreakFacade.h>
Public Member Functions | |
| CHAOS_API | FRemoveOnBreakData () |
| CHAOS_API | FRemoveOnBreakData (const FVector4f &InPackedData) |
| CHAOS_API | FRemoveOnBreakData (bool bEnable, const FVector2f &BreakTimer, bool bClusterCrumbling, const FVector2f &RemovalTimer) |
| CHAOS_API const FVector4f & | GetPackedData () const |
| CHAOS_API bool | IsEnabled () const |
| CHAOS_API bool | GetClusterCrumbling () const |
| CHAOS_API FVector2f | GetBreakTimer () const |
| CHAOS_API FVector2f | GetRemovalTimer () const |
| CHAOS_API void | SetEnabled (bool bEnable) |
| CHAOS_API void | SetClusterCrumbling (bool bClusterCrumbling) |
| CHAOS_API void | SetBreakTimer (float MinTime, float MaxTime) |
| CHAOS_API void | SetRemovalTimer (float MinTime, float MaxTime) |
Static Public Attributes | |
| static const FVector4f | DisabledPackedData { -1, 0, 0, 0 } |
this class helps reading and writing the packed data used in the managed array
| GeometryCollection::Facades::FRemoveOnBreakData::FRemoveOnBreakData | ( | ) |
| GeometryCollection::Facades::FRemoveOnBreakData::FRemoveOnBreakData | ( | const FVector4f & | InPackedData | ) |
| GeometryCollection::Facades::FRemoveOnBreakData::FRemoveOnBreakData | ( | bool | bEnable, |
| const FVector2f & | BreakTimer, | ||
| bool | bClusterCrumbling, | ||
| const FVector2f & | RemovalTimer | ||
| ) |
| FVector2f GeometryCollection::Facades::FRemoveOnBreakData::GetBreakTimer | ( | ) | const |
| bool GeometryCollection::Facades::FRemoveOnBreakData::GetClusterCrumbling | ( | ) | const |
| const FVector4f & GeometryCollection::Facades::FRemoveOnBreakData::GetPackedData | ( | ) | const |
| FVector2f GeometryCollection::Facades::FRemoveOnBreakData::GetRemovalTimer | ( | ) | const |
| bool GeometryCollection::Facades::FRemoveOnBreakData::IsEnabled | ( | ) | const |
| void GeometryCollection::Facades::FRemoveOnBreakData::SetBreakTimer | ( | float | MinTime, |
| float | MaxTime | ||
| ) |
| void GeometryCollection::Facades::FRemoveOnBreakData::SetRemovalTimer | ( | float | MinTime, |
| float | MaxTime | ||
| ) |
|
inlinestatic |