ERuntimeGenerationType

Supported options for runtime navigation data generation

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h

Include

#include "NavigationData.h"

Syntax

enum ERuntimeGenerationType
{
    Static,
    DynamicModifiersOnly,
    Dynamic,
    LegacyGeneration,
}

Values

Name

Description

Static

No runtime generation, fully static navigation data.

DynamicModifiersOnly

Supports only navigation modifiers updates.

Dynamic

Fully dynamic, supports geometry changes along with navigation modifiers.

LegacyGeneration

Only for legacy loading don't use it!

Remarks

Supported options for runtime navigation data generation

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