Fixed the issue. able to launch the editor again.
Time to be sad, and drunk, or high.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user