Files
PS_ReplaySystem/Plugins/PS_ReplaySystem/ReplaySystem.uplugin
2026-07-02 17:29:08 +02:00

28 lines
660 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ReplaySystem",
"Description": "Exposes the Unreal replay system to blueprints",
"Category": "Replay",
"CreatedBy": "TareE",
"CreatedByURL": "https://www.oyintare.dev/",
"DocsURL": "https://replay.oyintare.dev/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/1b0cbe31111d482baaf531d187651e7f",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "ReplaySystem",
"Type": "Runtime",
"LoadingPhase": "EarliestPossible",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android"
]
}
]
}