PSO and Noise map generator plugin commit

This commit is contained in:
Ado
2026-07-06 19:43:47 +02:00
parent 2714ceb844
commit 546988060e
17 changed files with 1370 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "PSOFunctions",
"Description": "Esposes ShaderPipelineCache functions to Blueprint project",
"Category": "Other",
"CreatedBy": "Danielel",
"CreatedByURL": "",
"DocsURL": "https://www.dropbox.com/scl/fi/bjhz5wmklikkojlukz92g/PSOFunctions-Plugin-Documentation.pdf?rlkey=hfowk5im2gnnc58xwrsbfxvjr&st=82lih7p5&dl=0",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "PSOFunctions",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}