Navigation
API > API/Plugins > API/Plugins/ChaosCaching
| |
|
| Name |
FPendingParticleWrite |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path |
#include "Chaos/ChaosCache.h" |
Syntax
struct FPendingParticleWrite
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bPendingDeactivate |
bool |
|
Chaos/ChaosCache.h |
|
| ParticleIndex |
int32 |
|
Chaos/ChaosCache.h |
|
| PendingCurveData |
TArray< TPair< FName, float > > |
|
Chaos/ChaosCache.h |
|
| PendingTransform |
FTransform |
|
Chaos/ChaosCache.h |
|