Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FDynamicEmitterReplayDataBase
- FDynamicSpriteEmitterReplayDataBase
- FDynamicMeshEmitterReplayData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
Syntax
struct FDynamicMeshEmitterReplayData : public FDynamicSpriteEmitterReplayDataBase
Remarks
Source data for Mesh emitters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMeshRotationActive | ||
| bool | bScaleUV | ||
| FVector3f | LockedAxis | ||
| uint8 | MeshAlignment | ||
| int32 | MeshMotionBlurOffset | ||
| int32 | MeshRotationOffset | ||
| int32 | SubImages_Horizontal | ||
| int32 | SubImages_Vertical | ||
| int32 | SubUVDataOffset | ||
| int32 | SubUVInterpMethod |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |