UParticleModuleLocationDirect

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h

Include

#include "Particles/Location/ParticleModuleLocationDirect.h"

Syntax

class UParticleModuleLocationDirect : public UParticleModuleLocationBase

Variables

Name Description

Public variable

FRawDistributio...

 

Direction

Currently unused.

Public variable

FRawDistributio...

 

Location

The location of the particle at a give time.

Public variable

FRawDistributio...

 

LocationOffset

An offset to apply to the position retrieved from the Location calculation.

Public variable

FRawDistributio...

 

ScaleFactor

Scales the velocity of the object at a given point in the time-line.

Constructors

Name Description

Public function

UParticleModuleLocationDirect

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

InitializeDefaults()

Initializes the default values for this property

Overridden from UParticleModule

Name Description

Public function Virtual

uint32

 

RequiredBytes

(
    UParticleModuleTypeDataBase* T...
)

Returns the number of bytes that the module requires in the particle payload block.

Public function Virtual

void

 

Spawn

(
    FParticleEmitterInstance* Owne...,
    int32 Offset,
    float SpawnTime,
    FBaseParticle* ParticleBase
)

Called on a particle that is freshly spawned by the emitter.

Public function Virtual

void

 

Update

(
    FParticleEmitterInstance* Owne...,
    int32 Offset,
    float DeltaTime
)

Called on a particle that is being updated by its emitter.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

PostInitProperties()

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss