Fixed the issue. able to launch the editor again.

Time to be sad, and drunk, or high.
This commit is contained in:
2025-10-14 23:45:02 -04:00
parent f9e12b6ba9
commit 2f7496b218
30 changed files with 10066 additions and 11247 deletions

View File

@@ -3,7 +3,30 @@
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [],
"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
}
}
}
]
}
],
"tool": {
"driver": {
"name": "MSVC",