Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamSource.h |
Include |
#include "Particles/Beam/ParticleModuleBeamSource.h" |
class UParticleModuleBeamSource : public UParticleModuleBeamBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bLockSource |
Whether to lock the source to the life of the particle. |
|
uint32: 1 |
bLockSourceStength |
Whether to lock the source to the life of the particle. |
|
uint32: 1 |
bLockSourceTangent |
Whether to lock the source to the life of the particle. |
|
uint32: 1 |
bSourceAbsolute |
Whether to treat the as an absolute position in world space. |
|
LastSelectedParticleIndex |
||
|
Source |
Default source-point to use. |
|
|
TEnumAsByte< en... |
SourceMethod |
The method flag. |
|
SourceName |
The strength of the tangent from the source point for each beam. |
|
|
SourceStrength |
The strength of the tangent from the source point for each beam. |
|
|
SourceTangent |
The tangent for the source point for each beam. |
|
|
TEnumAsByte< en... |
SourceTangentMethod |
The method to use for the source tangent. |
Name | Description | |
---|---|---|
|
UParticleModuleBeamSource ( |
Name | Description | ||
---|---|---|---|
|
GetDataPointerOffsets ( |
||
|
GetDataPointers ( |
||
|
InitializeDefaults() |
Initializes the default values for this property |
|
|
ResolveSourceData ( |
Name | Description | ||
---|---|---|---|
|
AutoPopulateInstanceProperties ( |
Helper function used by the editor to auto-populate a placed AEmitter with any instance parameters that are utilized. |
|
|
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. |