UActorComponent::HandleCanEverAffectNavigationChange

Makes sure navigation system has up to date information regarding component's navigation relevancy and if it can affect navigation at all

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h

Include

#include "Components/ActorComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp

Syntax

void HandleCanEverAffectNavigationChange
(
    bool bForceUpdate
)

Remarks

Makes sure navigation system has up to date information regarding component's navigation relevancy and if it can affect navigation at all

Parameters

Parameter

Description

bForceUpdate

by default updating navigation system will take place only if the component has already been registered. Setting bForceUpdate to true overrides that check

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