Files
UnrealEngine/Engine/Plugins/Developer/DirectoryPlaceholder/DirectoryPlaceholder.uplugin
2025-05-18 13:04:45 +08:00

25 lines
660 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Directory Placeholder",
"Description": "Adds a lightweight Directory Placeholder asset type, which can be added to otherwise empty folders in order to add them to source control.",
"Category": "Source Control",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Hidden": false,
"Installed": false,
"Modules": [
{
"Name": "DirectoryPlaceholder",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}