Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsNeuralNetwork
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsNeuralNetwork.h |
| Include | #include "LearningAgentsNeuralNetwork.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsNeuralNetwork.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void SaveNetworkToAsset
(
ULearningAgentsNeuralNetwork * NeuralNetworkAsset
)
Remarks
Copy this network into another asset.
Parameters
| Name | Description |
|---|---|
| NeuralNetworkAsset | The asset to save to. |