Files
Aura-TopDownRPG-GAS/Intermediate/Build/Win64/x64/UnrealEditor/DebugGame/Aura/Module.Aura.cpp.sarif

41 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-10-14 22:20:59 -04:00
{
"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:///E:/Unreal/Aura/Intermediate/Build/Win64/x64/UnrealEditor/DebugGame/Aura/Module.Aura.cpp"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "file:///E:/Unreal/Aura/Source/Aura/Private/Player/AuraPlayerState.cpp"
},
"region": {
"startLine": 17,
"startColumn": 2
}
}
}
]
}
],
2025-10-14 22:20:59 -04:00
"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"
}
}
}
]
}