Files
DedicatedServerCourse/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/FPSTemplate/Module.FPSTemplate.cpp.sarif
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

44 lines
2.0 KiB
JSON

{
"version": "2.1.0",
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [
{
"ruleId": "C4996",
"message": {
"text": "'AActor::NetUpdateFrequency': Public access to NetUpdateFrequency has been deprecated. Use SetNetUpdateFrequency() and GetNetUpdateFrequency() instead. - Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile."
},
"analysisTarget": {
"uri": "file:///D:/FPSTemplate_5_4_or_5_5/Intermediate/Build/Win64/x64/FPSTemplateEditor/Development/FPSTemplate/Module.FPSTemplate.cpp"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "file:///D:/FPSTemplate_5_4_or_5_5/Source/FPSTemplate/Private/Player/MatchPlayerState.cpp"
},
"region": {
"startLine": 11,
"startColumn": 2,
"snippet": {
"text": "\tNetUpdateFrequency = 100.f; // let's not be sluggish, alright?"
}
}
}
}
]
}
],
"tool": {
"driver": {
"name": "MSVC",
"shortDescription": {
"text": "Microsoft Visual C++ Compiler Warnings/Errors"
},
"informationUri": "https://docs.microsoft.com/cpp/error-messages/compiler-errors-1/c-cpp-build-errors"
}
}
}
]
}