Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBrainComponent
Description
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
| Name | RequestLogicRestartOnUnlock |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BrainComponent.h |
| Include Path | #include "BrainComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BrainComponent.cpp |
void RequestLogicRestartOnUnlock()