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 FNDIPhysicsAssetArrays
Remarks
Arrays in which the cpu datas will be str
Variables
| Type | Name | Description | |
|---|---|---|---|
| TStaticArray< FVector4f, 100 *3 > | CurrentInverse | ||
| TStaticArray< FVector4f, 100 *3 > | CurrentTransform | ||
| TStaticArray< FVector4f, 100 > | ElementExtent | ||
| FNDIPhysicsAssetElementOffset | ElementOffsets | ||
| TStaticArray< FVector4f, 3 *100 *3 > | InverseTransform | ||
| TStaticArray< uint32, 100 > | PhysicsType | ||
| TStaticArray< FVector4f, 100 *3 > | PreviousInverse | ||
| TStaticArray< FVector4f, 100 *3 > | PreviousTransform | ||
| TStaticArray< FVector4f, 100 *3 > | RestInverse | ||
| TStaticArray< FVector4f, 100 *3 > | RestTransform | ||
| TStaticArray< FVector4f, 3 *100 *3 > | WorldTransform |