Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > UNavigationInvokerComponent
- UActorComponent::Activate()
- UNavigationInvokerComponent::Activate()
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationInvokerComponent.h |
Include | #include "NavigationInvokerComponent.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationInvokerComponent.cpp |
virtual void Activate
&40;
bool bReset
&41;
Remarks
Activates the SceneComponent, should be overridden by native child classes.
Parameters
Name | Description |
---|---|
bReset | Whether the activation should happen even if ShouldActivate returns false. |