FBreakingDataSimulationParameters

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionSimulationCoreTypes.h

Include

#include "GeometryCollection/GeometryCollectionSimulationCoreTypes.h"

Syntax

struct FBreakingDataSimulationParameters

Variables

Name Description

Public variable

int32

 

BreakingDataSizeMax

Public variable

float

 

BreakingDataSpatialHashRadius

Public variable

bool

 

DoBreakingDataSpatialHash

Public variable

bool

 

DoGenerateBreakingData

Public variable

int32

 

MaxBreakingPerCell

Public variable

bool

 

SaveBreakingData

Constructors

Name Description

Public function

FBreakingDataSimulationParameters()

Public function

FBreakingDataSimulationParameters

(
    bool InDoGenerateBreakingData,
    bool InSaveBreakingData,
    int32 InBreakingDataSizeMax,
    bool InDoBreakingDataSpatialHash,
    float InBreakingDataSpatialHashRadi...,
    int32 InMaxBreakingPerCell
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss