UMRIDemoSubsystem::BP_OnFindReplaysComplete¶
Class: UMRIDemoSubsystem
Blueprint event fired when replay enumeration completes.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
AllReplays |
const TArray< FReplayInfo > & |
Array of FReplayInfo structs describing each available replay. |
Blueprint¶
Blueprint: Implementable Event — override in Blueprints
Remarks¶
Implement in Blueprint to update a replay-selection UI. AllReplays Array of FReplayInfo structs describing each available replay. UFUNCTION