Navigation
API > API/Plugins > API/Plugins/Buoyancy
Inheritance Hierarchy
- FSimCallbackInput
- FBuoyancySubsystemSimCallbackInput
References
| Module | Buoyancy |
| Header | /Engine/Plugins/Experimental/Buoyancy/Source/Runtime/Public/BuoyancySubsystem.h |
| Include | #include "BuoyancySubsystem.h" |
Syntax
struct FBuoyancySubsystemSimCallbackInput : public Chaos::FSimCallbackInput
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FBuoyancySettings > | BuoyancySettings | Here we use a unique ptr so that it is possible to provide an async input without buoyancy settings (which may be eventually desirable when we eventually are passing lists of water bodies or water wave data). | |
| TOptional< ENetMode > | NetMode | Set when net mode changes - should be one time on initialization. | |
| TOptional< FBuoyancyWaterSplineDataManager * > | SplineData | If this ptr is set, then we have a new spline data manager... |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |