Beam2SourceTargetTangentMethod

The method to use in determining the source/target tangent.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h

Include

#include "Particles/Beam/ParticleModuleBeamBase.h"

Syntax

enum Beam2SourceTargetTangentMethod
{
    PEB2STTM_Direct,
    PEB2STTM_UserSet,
    PEB2STTM_Distribution,
    PEB2STTM_Emitter,
    PEB2STTM_MAX,
}

Values

Name

Description

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

Remarks

The method to use in determining the source/target tangent.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss