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

Errors on compile #24

Closed
HeroicVillain opened this issue Nov 15, 2017 · 1 comment
Closed

Errors on compile #24

HeroicVillain opened this issue Nov 15, 2017 · 1 comment

Comments

@HeroicVillain
Copy link

This line of code is causing a few errors for me wherever it is used:

const TArray< TWeakObjectPtr<UObject> >&SelectedObjects = DetailLayout.GetDetailsView().GetSelectedObjects();

Errors: C2228 C2530
"Left of '.GetSelectedObjects' must have class/struct/union"
"'SelectedObjects': references must be initialized"

@Phyronnaz
Copy link
Owner

Seems you are using UE 4.18. Please make sure you downloaded the corresponding branch: https://github.com/Phyronnaz/Voxel/tree/4.18/

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

2 participants