Navigation
API > API/Runtime > API/Runtime/Engine
The method to use in determining the source/target tangent.
| Name | Beam2SourceTargetTangentMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h |
| Include Path | #include "Particles/Beam/ParticleModuleBeamBase.h" |
Syntax
enum Beam2SourceTargetTangentMethod
{
PEB2STTM_Direct,
PEB2STTM_UserSet,
PEB2STTM_Distribution,
PEB2STTM_Emitter,
PEB2STTM_MAX,
}
Values
| Name | Remarks |
|---|---|
| PEB2STTM_Direct | Direct - a direct line between source and target. |
| PEB2STTM_UserSet | UserSet - use the user set value. |
| PEB2STTM_Distribution | Distribution - use the distribution. |
| PEB2STTM_Emitter | Emitter - use the emitter direction. |
| PEB2STTM_MAX |