mordentral / VRExpPluginExample

VRE Example Template
https://www.vreue4.com
MIT License
217 stars 84 forks source link

Unrecognized type 'TObjectPtr' - type must be a UCLASS, USTRUCT or UENUM 93 #16

Closed zockerbube closed 2 years ago

zockerbube commented 2 years ago

When trying to build the solution in order to open the example project I get the error message:

Unrecognized type 'TObjectPtr' - type must be a UCLASS, USTRUCT or UENUM 93

I cannot build the project and have been unable to find the fix. Could anyone help out?

mordentral commented 2 years ago

You need to download the 4.27-Locked branch

Master is on UE5 now and that type only exists in UE5

zockerbube commented 2 years ago

Thank you so much!