Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
FSpawnedEntitiesInfo holds references to spawned entities.
| Name | FSpawnedEntitiesInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsEntitiesManagerComponent.h |
| Include Path | #include "LearningAgentsEntitiesManagerComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FSpawnedEntitiesInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntityInfo | FLearningAgentsEntityInfo | LearningAgentsEntitiesManagerComponent.h |
|
|
| SpawnedEntities | TArray< TScriptInterface< ILearningAgentsEntityInterface > > | LearningAgentsEntitiesManagerComponent.h |
|