UnrealFixedMath/UnrealFixedPoint.uplugin

24 lines
648 B
Plaintext
Raw Normal View History

2023-02-11 21:39:09 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UnrealFixedPoint",
"Description": "This library provides a fixed point number primitive with corresponding data types that are useful for game development (i.e. vector, rotator, transform).",
"Category": "Math",
"CreatedBy": "Kevin Poretti",
"CreatedByURL": "https://kevinporetti.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "UnrealFixedPoint",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
}