Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamTarget.h |
Include |
#include "Particles/Beam/ParticleModuleBeamTarget.h" |
class UParticleModuleBeamTarget : public UParticleModuleBeamBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bLockTarget |
Whether to lock the Target to the life of the particle. |
|
uint32: 1 |
bLockTargetStength |
Whether to lock the Target to the life of the particle. |
|
uint32: 1 |
bLockTargetTangent |
Whether to lock the Target to the life of the particle. |
|
uint32: 1 |
bTargetAbsolute |
Whether to treat the as an absolute position in world space. |
|
LastSelectedParticleIndex |
||
|
float |
LockRadius |
Default target-point information to use if the beam method is endpoint. |
|
Target |
Default target-point information to use if the beam method is endpoint. |
|
|
TEnumAsByte< en... |
TargetMethod |
The method flag. |
|
TargetName |
The target point sources of each beam, when using the end point method. |
|
|
TargetStrength |
The strength of the tangent from the Target point for each beam. |
|
|
TargetTangent |
The tangent for the Target point for each beam. |
|
|
TEnumAsByte< en... |
TargetTangentMethod |
The method to use for the Target tangent. |
Name | Description | |
---|---|---|
|
UParticleModuleBeamTarget ( |
Name | Description | ||
---|---|---|---|
|
GetDataPointers ( |
||
|
InitializeDefaults() |
Initializes the default values for this property |
|
|
ResolveTargetData ( |
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. |
|
|
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. |