FReplayInfo::FReplayInfo¶
Class: FReplayInfo
Overloads¶
Overload 1¶
FReplayInfo::FReplayInfo(FString NewName, FString NewFriendlyName, FDateTime NewTimestamp, int32 NewLengthInMS)
Constructs a valid replay info entry with all fields populated.
Parameters
| Parameter | Type | Description |
|---|---|---|
NewName |
FString |
Internal replay filename. |
NewFriendlyName |
FString |
Human-readable replay name. |
NewTimestamp |
FDateTime |
Recording timestamp. |
NewLengthInMS |
int32 |
Duration in milliseconds. |
Remarks
NewName Internal replay filename. NewFriendlyName Human-readable replay name. NewTimestamp Recording timestamp. NewLengthInMS Duration in milliseconds.
Overload 2¶
Default constructor.
Remarks
Creates an invalid placeholder entry. bIsValid will be false to indicate no real data is present.