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

24 lines
594 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "FastGeo Streaming",
"Description": "A system that extracts and converts a partitioned world's geometry to optimize world streaming performance.",
"Category": "World Building",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "FastGeoStreaming",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
]
}