Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h |
Include |
#include "Particles/Beam/ParticleModuleBeamModifier.h" |
class UParticleModuleBeamModifier : public UParticleModuleBeamBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bAbsoluteTangent |
If true, don't transform the tangent modifier into the tangent basis. |
|
TEnumAsByte< en... |
ModifierType |
Whether this module modifies the Source or the Target. |
|
Position |
The value to use when modifying the position. |
|
|
PositionOptions |
The options associated with the position. |
|
|
Strength |
The value to use when modifying the Strength. |
|
|
StrengthOptions |
The options associated with the Strength. |
|
|
Tangent |
The value to use when modifying the Tangent. |
|
|
TangentOptions |
The options associated with the Tangent. |
Name | Description | |
---|---|---|
|
UParticleModuleBeamModifier ( |
Name | Description | ||
---|---|---|---|
|
GetDataPointerOffsets |
@ todo document |
|
|
GetDataPointers ( |
@ todo document |
|
|
InitializeDefaults() |
Initializes the default values for this property |
Name | Description | ||
---|---|---|---|
|
AddModuleCurvesToEditor ( |
Add all curve-editable Objects within this module to the curve editor. |
|
|
AutoPopulateInstanceProperties ( |
Helper function used by the editor to auto-populate a placed AEmitter with any instance parameters that are utilized. |
|
|
GetCurveObjects ( |
Fill an array with each Object property that fulfills the FCurveEdInterface interface. |
|
|
GetParticleSysParamsUtilized |
Retrieve the ParticleSysParams associated with this module. |
|
|
RequiredBytes ( |
Returns the number of bytes that the module requires in the particle payload block. |
|
|
Spawn ( |
Called on a particle that is freshly spawned by the emitter. |
|
|
Update ( |
Called on a particle that is being updated by its emitter. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |