Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataInterfacePhysicsAsset.h |
| Include | #include "NiagaraDataInterfacePhysicsAsset.h" |
Syntax
struct FNDIPhysicsAssetData
Remarks
Data stored per physics asset instance
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNDIPhysicsAssetArrays | AssetArrays | Physics asset Cpu arrays | |
| FNDIPhysicsAssetBuffer * | AssetBuffer | Physics asset Gpu buffer | |
| FVector | BoxExtent | Bounding box extent | |
| FVector | BoxOrigin | Bounding box center | |
| ETickingGroup | TickingGroup | The instance ticking group |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
UNiagaraDataInterfacePhysicsAsset* Interface, |
Initialize the cpu datas | |
| void | Release () |
Release the buffers | |
| void | Update
(
UNiagaraDataInterfacePhysicsAsset* Interface, |
Update the gpu datas |