UParticleModuleLocationPrimitiveBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Particles/Location/ParticleModuleLocationPrimitiveBase.h"

Syntax

class UParticleModuleLocationPrimitiveBase : public UParticleModuleLocationBase

Variables

Name Description

Public variable

uint32: 1

 

Negative_X

Whether the negative X axis is valid for spawning.

Public variable

uint32: 1

 

Negative_Y

Whether the negative Y axis is valid for spawning.

Public variable

uint32: 1

 

Negative_Z

Whether the negative Zaxis is valid for spawning.

Public variable

uint32: 1

 

Positive_X

Whether the positive X axis is valid for spawning.

Public variable

uint32: 1

 

Positive_Y

Whether the positive Y axis is valid for spawning.

Public variable

uint32: 1

 

Positive_Z

Whether the positive Z axis is valid for spawning.

Public variable

FRawDistributio...

 

StartLocation

The location of the bounding primitive relative to the position of the emitter.

Public variable

uint32: 1

 

SurfaceOnly

Whether particles will only spawn on the surface of the primitive.

Public variable

uint32: 1

 

Velocity

Whether the particle should get its velocity from the position within the primitive.

Public variable

FRawDistributio...

 

VelocityScale

The scale applied to the velocity. (Only used if 'Velocity' is checked).

Constructors

Name Description

Public function

UParticleModuleLocationPrimitiveBase

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Virtual

void

 

DetermineUnitDirection

(
    FParticleEmitterInstance* Owne...,
    FVector& vUnitDir,
    FRandomStream* InRandomStream
)

Public function

void

 

InitializeDefaults()

Initializes the default values for this property

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