FNavRegenTimeSlicer::StartTimeSlice

Starts the time slice, this can be called multiple times as long as [EndTimeSliceAndAdjustDuration()](API\Runtime\NavigationSystem\FNavRegenTimeSlicer\EndTimeSliceAndAdjustDuration) is called between each call.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavigationSystem.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp

Syntax

void StartTimeSlice()

Remarks

Starts the time slice, this can be called multiple times as long as EndTimeSliceAndAdjustDuration() is called between each call. StartTimeSlice should not be called after TestTimeSliceFinished() has returned true

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