Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FParticleAnimTrailEmitterInstanc-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
| Include | #include "ParticleEmitterInstances.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp |
void SetTrailDebugData
(
bool bInRenderGeometry,
bool bInRenderSpawnPoints,
bool bInRenderTessellation,
bool bInRenderTangents
)
Remarks
Sets various debug variables for trails.
Parameters
| Name | Description |
|---|---|
| bRenderGeometry | When true, the trails geometry is rendered. |
| bRenderSpawnPoints | When true, the trails spawn points are rendered. |
| bRenderTessellation | When true, the trails tessellated points are rendered. |
| bRenderTangents | When true, the trails tangents are rendered. |