Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleLocationDirect |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h |
| Include Path | #include "Particles/Location/ParticleModuleLocationDirect.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Meta=(DisplayName="Direct Location"), MinimalAPI)
class UParticleModuleLocationDirect : public UParticleModuleLocationBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleLocationBase → UParticleModuleLocationDirect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleLocationDirect
(
const FObjectInitializer& ObjectInitializer |
Particles/Location/ParticleModuleLocationDirect.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | FRawDistributionVector | Currently unused. | Particles/Location/ParticleModuleLocationDirect.h |
|
| Location | FRawDistributionVector | The location of the particle at a give time. | Particles/Location/ParticleModuleLocationDirect.h |
|
| LocationOffset | FRawDistributionVector | An offset to apply to the position retrieved from the Location calculation. | Particles/Location/ParticleModuleLocationDirect.h |
|
| ScaleFactor | FRawDistributionVector | Scales the velocity of the object at a given point in the time-line. | Particles/Location/ParticleModuleLocationDirect.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Location/ParticleModuleLocationDirect.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 RequiredBytes
(
UParticleModuleTypeDataBase* TypeData |
Returns the number of bytes that the module requires in the particle payload block. | Particles/Location/ParticleModuleLocationDirect.h | |
virtual void Spawn
(
const FSpawnContext& Context |
Particles/Location/ParticleModuleLocationDirect.h | ||
virtual void Update
(
const FUpdateContext& Context |
Particles/Location/ParticleModuleLocationDirect.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Location/ParticleModuleLocationDirect.h | ||
virtual void PostInitProperties() |
Particles/Location/ParticleModuleLocationDirect.h |