Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/UEnvQueryNode
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryNode.h |
| Include | #include "EnvironmentQuery/EnvQueryNode.h" |
virtual bool IsCurrentlyRunningAsync() const
Remarks
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.