APawn::SetCanAffectNavigationGeneration

Use SetCanAffectNavigationGeneration to change this value at runtime.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h

Include

#include "GameFramework/Pawn.h"

Source

/Engine/Source/Runtime/Engine/Private/Pawn.cpp

Syntax

void SetCanAffectNavigationGeneration
(
    bool bNewValue,
    bool bForceUpdate
)

Remarks

Use SetCanAffectNavigationGeneration to change this value at runtime.

that calling this function at runtime will result in any navigation change only if runtime navigation generation is enabled.

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