Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue with UE4 4.20 #27

Open
btwolfe opened this issue Jan 29, 2019 · 0 comments
Open

Compile issue with UE4 4.20 #27

btwolfe opened this issue Jan 29, 2019 · 0 comments

Comments

@btwolfe
Copy link

btwolfe commented Jan 29, 2019

I realize that this plugin is deprecated, but wanted to leverage some of code that pulls in a URDF and builds the static mesh component tree for a kinematic chain. While building the code, I get the error

Plugins\URoboSim\Source\URoboSim\Private\RFactoryRURDFData.cpp(268): error C2248: 'UFactory::FactoryCreateBinary': cannot access protected member declared in class 'UFactory'

which tells me that the UFactory::FactoryCreateBinary method is trying to access a protected method of UFbxFactory. Not really sure why this is because UFactory is derived from the UE4 UFbxFactory class. Do you know of any changes between UE4 4.18 and 4.20 that makes this not compile now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant