Navigation
API > API/Plugins > API/Plugins/LearningAgentsReplay
Results of querying for replays list of results for the UI
| Name | ULearningAgentsReplayList |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsReplay/Public/LearningAgentsReplaySubsystem.h |
| Include Path | #include "LearningAgentsReplaySubsystem.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class ULearningAgentsReplayList : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULearningAgentsReplayList
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Results | TArray< TObjectPtr< ULearningAgentsReplayListEntry > > | LearningAgentsReplaySubsystem.h |
|