Struct FAgentId
- struct FAgentId
-
Struct containing the Id of an agent.
Public Functions
- inline FAgentId()
-
Construct a new default FAgentId object.
- inline FAgentId(int UniqueId, int EnvId, int AgentId)
-
Construct a new FAgentId object.
- Parameters:
-
-
UniqueId – [in] The unique identifier
-
AgentId – [in] The unique identifier of the agent
-
EnvId – [in] The unique identifier of the environment the agent is in
-