Skip to content

UObject::GetAssetRegistryTags throws C4996 #12

@robsawn

Description

@robsawn

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions