Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h |
Include |
#include "Particles/Trail/ParticleModuleTrailSource.h" |
class UParticleModuleTrailSource : public UParticleModuleTrailBase
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bInheritRotation |
Interhit particle rotation - only valid for SourceMethod of PET2SRCM_Particle. |
|
uint32: 1 |
bLockSourceStength |
Whether to lock the source to the life of the particle. |
|
TEnumAsByte< en... |
SelectionMethod |
Particle selection method, when using the SourceMethod of Particle. |
|
TEnumAsByte< en... |
SourceMethod |
The source method for the trail. |
|
SourceName |
The name of the source - either the emitter or Actor. |
|
|
SourceOffsetCount |
SourceOffsetCount The number of source offsets that can be expected to be found on the instance. |
|
|
SourceOffsetDefaults |
Default offsets from the source(s). |
|
|
SourceStrength |
The strength of the tangent from the source point for each Trail. |
Name | Description | |
---|---|---|
|
UParticleModuleTrailSource ( |
Name | Description | ||
---|---|---|---|
|
InitializeDefaults() |
Initializes the default values for this property |
|
|
ResolveSourceOffset ( |
Retrieve the SourceOffset for the given trail index. |
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. |
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. |