Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > ANavigationData
- AActor::TickActor()
- ANavigationData::TickActor()
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
Include | #include "NavigationData.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationData.cpp |
virtual void TickActor
&40;
float DeltaTime,
enum ELevelTick TickType,
FActorTickFunction & ThisTickFunction
&41;
Remarks
Dispatches the once-per frame Tick() function for this actor
Parameters
Name | Description |
---|---|
DeltaTime | The time slice of this tick |
TickType | The type of tick that is happening |
ThisTickFunction | The tick function that is firing, useful for getting the completion handle |