ESuggestProjVelocityTraceOption::Type

Trace option to SuggestProjectileVelocity functions.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStaticsTypes.h

Include

#include "Kismet/GameplayStaticsTypes.h"

Syntax

namespace ESuggestProjVelocityTraceOption
{
    enum Type
    {
        DoNotTrace,
        TraceFullPath,
        OnlyTraceWhileAscending,
    }
}

Values

Name

Description

DoNotTrace

TraceFullPath

OnlyTraceWhileAscending

Remarks

Trace option to SuggestProjectileVelocity functions.

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