Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/UMLAdapterAgent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the Pawn this agent is controlling. | Agents/MLAdapterAgent.h | ||
| Get the Pawn this agent is controlling. | Agents/MLAdapterAgent.h |
GetPawn()
Description
Get the Pawn this agent is controlling.
| Name | GetPawn |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Agents/MLAdapterAgent.h |
| Include Path | #include "Agents/MLAdapterAgent.h" |
APawn * GetPawn()
GetPawn()
Description
Get the Pawn this agent is controlling.
| Name | GetPawn |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Agents/MLAdapterAgent.h |
| Include Path | #include "Agents/MLAdapterAgent.h" |
const APawn * GetPawn() const