Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UReplaySubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ReplaySubsystem.h |
| Include | #include "ReplaySubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ReplaySubsystem.cpp |
void AddEvent
&40;
const FString & Group,
const FString & Meta,
const TArray< uint8 > & Data
&41;
Remarks
Add an event to the currently recording replay, associated with the current time
Parameters
| Name | Description |
|---|---|
| Group | Event group identifier |
| Meta | Metadata associated with the event |
| Data | Buffer of bytes representing the event payload |