#include <MenuData.h>
◆ FReplayInfo() [1/2]
| FReplayInfo::FReplayInfo |
( |
FString | NewName, |
|
|
FString | NewFriendlyName, |
|
|
const FDateTime | NewTimestamp, |
|
|
const int32 | NewLengthInMS, |
|
|
const int64 | Size ) |
|
inline |
339 {
346 }
FString ReplayName
Definition MenuData.h:321
bool bIsValid
Definition MenuData.h:333
int32 LengthInMS
Definition MenuData.h:330
FString FriendlyName
Definition MenuData.h:324
FDateTime Timestamp
Definition MenuData.h:327
int64 SizeInBytes
Definition MenuData.h:336
◆ FReplayInfo() [2/2]
| FReplayInfo::FReplayInfo |
( |
| ) |
|
|
inline |
◆ IsValid()
| bool FReplayInfo::IsValid |
( |
| ) |
const |
|
inline |
365 {
369 return true;
370 }
◆ operator!=()
| bool FReplayInfo::operator!= |
( |
const FReplayInfo & | Other | ) |
const |
|
inline |
◆ operator==()
| bool FReplayInfo::operator== |
( |
const FReplayInfo & | Other | ) |
const |
|
inline |
◆ bIsValid
| bool FReplayInfo::bIsValid = false |
◆ FriendlyName
| FString FReplayInfo::FriendlyName = "ReplayFriendlyName" |
◆ LengthInMS
| int32 FReplayInfo::LengthInMS = 0 |
◆ ReplayName
| FString FReplayInfo::ReplayName = "Replay" |
◆ SizeInBytes
| int64 FReplayInfo::SizeInBytes = 0 |
◆ Timestamp
| FDateTime FReplayInfo::Timestamp = FDateTime::MinValue() |
The documentation for this struct was generated from the following file:
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/MenuSystem/Source/MenuSystem/Public/Data/MenuData.h