Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FParticleDataContainer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
Syntax
struct FParticleDataContainer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParticleDataContainer() |
ParticleHelper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FParticleDataContainer() |
ParticleHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MemBlockSize | int32 | ParticleHelper.h | ||
| ParticleData | uint8 * | ParticleHelper.h | ||
| ParticleDataNumBytes | int32 | ParticleHelper.h | ||
| ParticleIndices | uint16 * | ParticleHelper.h | ||
| ParticleIndicesNumShorts | int32 | ParticleHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Alloc
(
int32 InParticleDataNumBytes, |
ParticleHelper.h | ||
void Free() |
ParticleHelper.h |