Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Location
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleLocationBase
- UParticleModuleLocation
- UParticleModuleLocationWorldOffset
- UParticleModuleLocationWorldOffset_Seeded
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h |
Include | #include "Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="World Offset (Seed)"), MinimalAPI)
class UParticleModuleLocationWorldOffset_Seeded : public UParticleModuleLocationWorldOffset
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FParticleRandomSeedInfo | RandomSeedInfo | The random seed(s) to use for looking up values in StartLocation |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleLocationWorldOffset_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. |