UBrainComponent::RequestLogicRestartOnUnlock

To be called in case we want to restart AI logic while it's still being locked.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BrainComponent.h

Include

#include "BrainComponent.h"

Source

/Engine/Source/Runtime/AIModule/Private/BrainComponent.cpp

Syntax

void RequestLogicRestartOnUnlock()

Remarks

To be called in case we want to restart AI logic while it's still being locked. On subsequent ResumeLogic instead RestartLogic will be called.

this call does nothing if logic is not locked at the moment of call

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