RadiantUI
RadiantUI copied to clipboard
bActorInitialized should be IsActorInitialized()
Need to change bActorInitialized
to IsActorInitialized()
on line 137 of RadiantStaticMeshWebViewActor.cpp for a successful build:
https://github.com/joeriedel/RadiantUI/blob/4.6/Plugins/RadiantUI/Source/RadiantUI/Private/RadiantStaticMeshWebViewActor.cpp#L137
Otherwise you get the error:
error C2248: 'AActor::bActorInitialized' : cannot access private member declared in class 'AActor'
+ fixed problem for me
thx
guys fix it