Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FAIResourceLock
Description
Answers the question if given priority is allowed to use this resource. @Note that if resource is locked with priority LockPriority this function will return false as well
| Name | IsAvailableFor |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/AITypes.h |
| Include Path | #include "AITypes.h" |
bool IsAvailableFor
(
EAIRequestPriority::Type LockPriority
) const