Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsCommunicatorLibra-
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCommunicator.h |
| Include | #include "LearningAgentsCommunicator.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsCommunicator.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents",
Meta=(AutoCreateRefTerm="SharedMemorySettings"))
static FLearningAgentsCommunicator MakeSharedMemoryCommunicator
(
const FLearningAgentsTrainerProcess & TrainerProcess,
const FLearningAgentsSharedMemoryCommunicatorSettings & SharedMemorySettings
)
Remarks
Create a communicator which can be used to interact with a previously started shared memory trainer process.
Parameters
| Name | Description |
|---|---|
| TrainerProcess | The shared memory trainer process to communicate with. |
| TrainerProcessSettings | Settings universal to all trainer processes. |
| FLearningAgentsSharedMemoryCommunicatorSettings | Settings specific to shared memory communicators. |