Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Rotation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleRotationBase
- UParticleModuleRotation
- UParticleModuleRotation_Seeded
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation_Seeded.h |
Include | #include "Particles/Rotation/ParticleModuleRotation_Seeded.h" |
Syntax
class UParticleModuleRotation_Seeded : public UParticleModuleRotation
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FParticleRandomSeedInfo | RandomSeedInfo | The random seed(s) to use for looking up values in StartLocation |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleRotation_Seeded
(
const FObjectInitializer& ObjectInitializer |
Overridden from UParticleModule
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | EmitterLoopingNotify
(
FParticleEmitterInstance* Owner |
Called when an emitter instance is looping... |
![]() ![]() |
FParticleRandomSeedInfo * | Retrieve the random seed info for this module. |