Files
Unreal-CommonTime/CommonTime.uplugin

23 lines
614 B
Plaintext
Raw Normal View History

2023-10-28 02:46:42 +02:00
{
"FileVersion": 3,
"Version": 1,
2023-10-28 20:43:30 +02:00
"VersionName": "0.1.0",
2023-10-28 02:46:42 +02:00
"FriendlyName": "CommonTime",
2023-10-28 20:43:30 +02:00
"Description": "Provides an editor view for editing DateTime and Timespan values.",
2023-10-28 02:46:42 +02:00
"Category": "Editor",
"CreatedBy": "MrRobinOfficial",
"CreatedByURL": "https://github.com/MrRobinOfficial",
2023-10-28 20:43:30 +02:00
"DocsURL": "https://github.com/MrRobinOfficial/Unreal-CommonTime",
2023-10-28 02:46:42 +02:00
"MarketplaceURL": "",
2023-10-28 20:43:30 +02:00
"SupportURL": "https://github.com/MrRobinOfficial/Unreal-CommonTime/issues",
2023-10-28 02:46:42 +02:00
"CanContainContent": true,
2023-10-28 20:43:30 +02:00
"Installed": true,
2023-10-28 02:46:42 +02:00
"Modules": [
{
"Name": "CommonTime",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}