Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/UMLAdapterAgent
Description
Decide what action to take based on the current observations.
Derived Overrides
| Name | Think |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Agents/MLAdapterAgent.h |
| Include Path | #include "Agents/MLAdapterAgent.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/Agents/MLAdapterAgent.cpp |
virtual void Think
(
const float DeltaTime
)
See Also
- UMLAdapterAgent_Inference for an agent that implements this.