Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosSolverActor.h |
Include |
#include "Chaos/ChaosSolverActor.h" |
class AChaosSolverActor : public AActor
Name | Description | ||
---|---|---|---|
|
bHasFloor |
End deprecated properties |
|
|
ChaosDebugSubstepControl |
Control to pause/step/substep the solver to the next synchronization point. |
|
|
float |
FloorHeight |
|
|
Properties |
||
|
TObjectPtr< UBi... |
SpriteComponent |
Display icon in the editor |
Name | Description | |
---|---|---|
|
AChaosSolverActor ( |
Name | Description | ||
---|---|---|---|
|
UChaosGamepl... |
GetGameplayEventDispatcher() |
|
|
TSharedPtr< ... |
GetPhysicsScene() |
|
|
Chaos::FPhys... |
GetSolver() |
|
|
SetAsCurrentWorldSolver() |
Makes this solver the current world solver. |
|
|
SetSolverActive ( |
Controls whether the solver is able to simulate particles it controls |
Name | Description | ||
---|---|---|---|
|
BeginPlay() |
Overridable native event for when play begins for this actor. |
|
|
EndPlay ( |
Overridable function called whenever this actor is being removed from a level |
|
|
PostRegisterAllComponents() |
Called after all the components in the Components array are registered, called both in editor and during gameplay |
|
|
PreInitializeComponents() |
Called right before components are initialized, only called during gameplay |
Name | Description | ||
---|---|---|---|
|
PostDuplicate ( |
||
|
PostEditChangeProperty ( |
UObject interface |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name | Description | ||
---|---|---|---|
|
bGenerateContactGraph_DEPRECATED |
||
|
BreakingFilterSettings_DEPRECATED |
||
|
float |
ClusterConnectionFactor_DEPRECATED |
|
|
ClusterUnionConnectionType_DEPRECATED |
||
|
CollisionFilterSettings_DEPRECATED |
||
|
CollisionIterations_DEPRECATED |
||
|
DoGenerateBreakingData_DEPRECATED |
||
|
DoGenerateCollisionData_DEPRECATED |
||
|
DoGenerateTrailingData_DEPRECATED |
||
|
float |
MassScale_DEPRECATED |
|
|
PushOutIterations_DEPRECATED |
||
|
PushOutPairIterations_DEPRECATED |
||
|
float |
TimeStepMultiplier_DEPRECATED |
Deprecated solver properties (moved to FChaosSolverConfiguration) |
|
TrailingFilterSettings_DEPRECATED |