Navigation
API > API/Plugins > API/Plugins/ChaosRigidAssetEngine
Controller for simulation solver interaction in a dataflow preview scene
| Name | UPreviewSceneControllerComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosRigidAsset/Source/ChaosRigidAssetEngine/Public/PreviewSceneControllerComponent.h |
| Include Path | #include "PreviewSceneControllerComponent.h" |
Syntax
UCLASS (MinimalAPI, Meta=(BlueprintSpawnableComponent))
class UPreviewSceneControllerComponent : public UActorComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UPreviewSceneControllerComponent
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplySolverConfig
(
const FChaosSolverConfiguration& Config |
PreviewSceneControllerComponent.h |
|
|
void DisableAsyncTick() |
PreviewSceneControllerComponent.h |
|
|
void EnableAsyncTick
(
float InAsyncDt |
PreviewSceneControllerComponent.h |
|