-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The following files through VS Warning C4996:
CubismUserData3Json.cpp
CubismPose3Json.cpp
CubismMotion3Json.cpp
CubismModel3Json.cpp
CubismMoc.cpp
CubismExp3Json.cpp
CubismDisplayInfo3Json.cpp
CubismPhysics3Json.cpp
And here is the warning text itself:
'UObject::GetAssetRegistryTags': Implement the version that takes FAssetRegistryTagsContext instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
The warning is triggered on line 30 of all of these files which is:
Super::GetAssetRegistryTags(OutTags);
Metadata
Metadata
Assignees
Labels
No labels