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&40;BlueprintCallable, Category&61;"LearningAgents", Meta&61;&40;RelativePath&41;&41;
void LoadNetworkFromSnapshot
&40;
const FFilePath & File
&41;
Remarks
Load this network from a snapshot.
Parameters
| Name | Description |
|---|---|
| File | The snapshot file. |