Navigation
API > API/Runtime > API/Runtime/Chaos
This class helps reading and writing the packed data used in the managed array
| Name | FRemoveOnBreakData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h |
| Include Path | #include "GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h" |
Syntax
struct FRemoveOnBreakData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | |||
FRemoveOnBreakData
(
const FVector4f& InPackedData |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
FRemoveOnBreakData
(
bool bEnable, |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DisabledPackedData | const FVector4f | GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackedData | FVector4f | GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2f GetBreakTimer() |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
bool GetClusterCrumbling() |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
const FVector4f & GetPackedData() |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
FVector2f GetRemovalTimer() |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
bool IsEnabled() |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
void SetBreakTimer
(
float MinTime, |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
void SetClusterCrumbling
(
bool bClusterCrumbling |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
void SetEnabled
(
bool bEnable |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h | ||
void SetRemovalTimer
(
float MinTime, |
GeometryCollection/Facades/CollectionRemoveOnBreakFacade.h |