UPawnSensingComponent::SetTimer

Modify the timer to fire in TimeDelay seconds. A value <= 0 disables the timer.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Perception/PawnSensingComponent.h

Include

#include "Perception/PawnSensingComponent.h"

Source

/Engine/Source/Runtime/AIModule/Private/Perception/PawnSensingComponent.cpp

Syntax

virtual void SetTimer
(
    const float TimeDelay
)

Remarks

Modify the timer to fire in TimeDelay seconds. A value <= 0 disables the timer.

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