Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UEnvQueryNode
Description
To be extended by any Node who offloads its work to another thread. Returns false by default, unless overridden. If overridden, will return whether or not this Node is currently being processed asynchronously.
| Name | IsCurrentlyRunningAsync |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryNode.h |
| Include Path | #include "EnvironmentQuery/EnvQueryNode.h" |
virtual bool IsCurrentlyRunningAsync() const