Files
Unreal-CommonTime/CommonTime.uplugin
MrRobin 4a1ad0a669 Update CommonTime.uplugin
- Removed `EngineVersion` dependency.
2025-02-26 08:06:46 +01:00

23 lines
614 B
Plaintext

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