FAIResourceLock::IsAvailableFor

Answers the question if given priority is allowed to use this resource.

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "AITypes.h"

Syntax

bool IsAvailableFor
(
    EAIRequestPriority::Type LockPriority
) const

Remarks

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

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