FParticleAnimTrailEmitterInstance::SetTrailDebugData

Sets various debug variables for trails.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp

Syntax

void SetTrailDebugData
(
    bool bInRenderGeometry,
    bool bInRenderSpawnPoints,
    bool bInRenderTessellation,
    bool bInRenderTangents
)

Remarks

Sets various debug variables for trails.

Parameters

Parameter

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.

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