You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Append only bufferfor heterogenous structs #jira none #rb Maxime.Mercier #preflight 60912714722d56000189cb54 [CL 16191985 by mikko mononen in ue5-main branch]
39 lines
783 B
Plaintext
39 lines
783 B
Plaintext
{
|
|
"FileVersion": 1,
|
|
"Version": 1,
|
|
"VersionName": "0.1",
|
|
"FriendlyName": "Struct Utils",
|
|
"Description": "Experimental Struct Utilities supplying InstancedStruct type",
|
|
"Category": "Gameplay",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": true,
|
|
"IsExperimentalVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "StructUtils",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name" : "StructUtilsEditor",
|
|
"Type" : "Editor"
|
|
},
|
|
{
|
|
"Name": "StructUtilsTestSuite",
|
|
"Type": "UncookedOnly"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "PropertyAccessEditor",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |