Navigation
API > API/Plugins > API/Plugins/LearningAgentsReplay
Returns a list of stored replays for a given player controller
| Name | UAsyncAction_LearningAgentsQueryReplays |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsReplay/Public/AsyncAction_LearningAgentsQueryReplays.h |
| Include Path | #include "AsyncAction_LearningAgentsQueryReplays.h" |
Syntax
UCLASS ()
class UAsyncAction_LearningAgentsQueryReplays : public UBlueprintAsyncActionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UAsyncAction_LearningAgentsQueryReplays
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAsyncAction_LearningAgentsQueryReplays
(
const FObjectInitializer& ObjectInitializer |
AsyncAction_LearningAgentsQueryReplays.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| QueryComplete | FQueryReplayAsyncDelegate | Called when the replay query completes. | AsyncAction_LearningAgentsQueryReplays.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerController | TWeakObjectPtr< APlayerController > | AsyncAction_LearningAgentsQueryReplays.h | ||
| ReplayStreamer | TSharedPtr< INetworkReplayStreamer > | AsyncAction_LearningAgentsQueryReplays.h | ||
| ResultList | TObjectPtr< ULearningAgentsReplayList > | AsyncAction_LearningAgentsQueryReplays.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
AsyncAction_LearningAgentsQueryReplays.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAsyncAction_LearningAgentsQueryReplays * QueryLearningAgentsReplays
(
APlayerController* PlayerController |
AsyncAction_LearningAgentsQueryReplays.h |
|