Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Beam
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleBeamBase
- UParticleModuleBeamModifier
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h |
| Include | #include "Particles/Beam/ParticleModuleBeamModifier.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Meta=(DisplayName="Beam Modifier"))
class UParticleModuleBeamModifier : public UParticleModuleBeamBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAbsoluteTangent | If true, don't transform the tangent modifier into the tangent basis. | |
| TEnumAsByte< enum BeamModifierType > | ModifierType | Whether this module modifies the Source or the Target. | |
| FRawDistributionVector | Position | The value to use when modifying the position. | |
| FBeamModifierOptions | PositionOptions | The options associated with the position. | |
| FRawDistributionFloat | Strength | The value to use when modifying the Strength. | |
| FBeamModifierOptions | StrengthOptions | The options associated with the Strength. | |
| FRawDistributionVector | Tangent | The value to use when modifying the Tangent. | |
| FBeamModifierOptions | TangentOptions | The options associated with the Tangent. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UParticleModuleBeamModifier
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetDataPointerOffsets
(
FParticleEmitterInstance* Owner, |
@ todo document | |
| void | GetDataPointers
(
FParticleEmitterInstance* Owner, |
@ todo document | |
| void | Initializes the default values for this property |
Overridden from UParticleModule
| Type | Name | Description | |
|---|---|---|---|
| bool | AddModuleCurvesToEditor
(
UInterpCurveEdSetup* EdSetup, |
Add all curve-editable Objects within this module to the curve editor. | |
| void | AutoPopulateInstanceProperties
(
UParticleSystemComponent* PSysComp |
Helper function used by the editor to auto-populate a placed AEmitter with any instance parameters that are utilized. | |
| void | GetCurveObjects
(
TArray< FParticleCurvePair >& OutCurves |
Fill an array with each Object property that fulfills the FCurveEdInterface interface. | |
| void | GetParticleSysParamsUtilized
(
TArray< FString >& ParticleSysParamList |
Retrieve the ParticleSysParams associated with this module. | |
| uint32 | RequiredBytes
(
UParticleModuleTypeDataBase* TypeData |
Returns the number of bytes that the module requires in the particle payload block. | |
| void | Spawn
(
FParticleEmitterInstance* Owner, |
Called on a particle that is freshly spawned by the emitter. | |
| void | Update
(
FParticleEmitterInstance* Owner, |
Called on a particle that is being updated by its emitter. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |