Navigation
API > API/Plugins > API/Plugins/MLAdapter
Inference agents have a neural network that can process senses and output actuations via their Think method. You can create a blueprint of this class to easily wire-up an agent that functions entirely inside the Unreal Engine.
Name
UMLAdapterAgent_Inference
Type
class
Header File
/Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Agents/MLAdapterAgent_Inference.h
Include Path
#include "Agents/MLAdapterAgent_Inference.h"
Syntax
UCLASS (Blueprintable, EditInlineNew)
class UMLAdapterAgent_Inference : public UMLAdapterAgent
Copy full snippet
Inheritance Hierarchy
Variables
Public
Protected
Name
Type
Remarks
Include Path
Unreal Specifiers
InputTensorSizeInBytes
uint32
Agents/MLAdapterAgent_Inference.h
OutputTensorSizeInBytes
uint32
Agents/MLAdapterAgent_Inference.h
Functions
See Also
UMLAdapterNoRPCManager - we do not usually need to open the RPC interface if we are exclusively using inference agents.