Navigation
API > API/Runtime > API/Runtime/Engine
Source data base class for Sprite emitters
| |
|
| Name |
FDynamicSpriteEmitterReplayDataBase |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path |
#include "ParticleHelper.h" |
Syntax
struct FDynamicSpriteEmitterReplayDataBase : public FDynamicEmitterReplayDataBase
Inheritance Hierarchy
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FDynamicSpriteEmitterReplayDataBase()
|
Constructor |
ParticleHelper.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~FDynamicSpriteEmitterReplayDataBase()
|
|
ParticleHelper.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bLockAxis |
bool |
|
ParticleHelper.h |
|
| bRemoveHMDRoll |
bool |
|
ParticleHelper.h |
|
| bUseLocalSpace |
bool |
|
ParticleHelper.h |
|
| bUseVelocityForMotionBlur |
bool |
|
ParticleHelper.h |
|
| CameraPayloadOffset |
int32 |
|
ParticleHelper.h |
|
| DynamicParameterDataOffset |
int32 |
|
ParticleHelper.h |
|
| EmitterNormalsMode |
uint8 |
|
ParticleHelper.h |
|
| EmitterRenderMode |
uint8 |
|
ParticleHelper.h |
|
| InvDeltaSeconds |
float |
|
ParticleHelper.h |
|
| LightDataOffset |
int32 |
|
ParticleHelper.h |
|
| LightVolumetricScatteringIntensity |
float |
|
ParticleHelper.h |
|
| LockAxisFlag |
uint8 |
|
ParticleHelper.h |
|
| LWCTile |
FVector3f |
|
ParticleHelper.h |
|
| MaterialInterface |
UMaterialInterface * |
|
ParticleHelper.h |
|
| MaxDrawCount |
int32 |
|
ParticleHelper.h |
|
| MaxFacingCameraBlendDistance |
float |
|
ParticleHelper.h |
|
| MinFacingCameraBlendDistance |
float |
|
ParticleHelper.h |
|
| NormalsCylinderDirection |
FVector3f |
|
ParticleHelper.h |
|
| NormalsSphereCenter |
FVector3f |
|
ParticleHelper.h |
|
| OrbitModuleOffset |
int32 |
|
ParticleHelper.h |
|
| PivotOffset |
FVector2f |
|
ParticleHelper.h |
|
| RequiredModule |
FParticleRequiredModule * |
|
ParticleHelper.h |
|
| ScreenAlignment |
uint8 |
|
ParticleHelper.h |
|
| SubImages_Horizontal |
int32 |
|
ParticleHelper.h |
|
| SubImages_Vertical |
int32 |
|
ParticleHelper.h |
|
| SubUVDataOffset |
int32 |
|
ParticleHelper.h |
|
Functions
Public