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

UE5 - Plugin fails to build #43

Open
brybishop opened this issue Jan 22, 2022 · 0 comments
Open

UE5 - Plugin fails to build #43

brybishop opened this issue Jan 22, 2022 · 0 comments

Comments

@brybishop
Copy link

On initial build, the FBox cannot be constructed with just a single FVector?

\BuiltPlugins\HostProject\Plugins\Prefabricator\Source\PrefabricatorRuntime\Private\Prefab\PrefabTools.cpp(720): error C2440: '': cannot convert from 'initializer list' to 'FBox'

\BuiltPlugins\HostProject\Plugins\Prefabricator\Source\PrefabricatorRuntime\Private\Prefab\PrefabTools.cpp(720): note: No constructor could take the source type, or constructor overload resolution was ambiguous

After removing the check above, I am also seeing build errors for UActorFactory::SpawnActor marked as final?

\Plugins\Prefabricator\Source\PrefabricatorEditor\Public\Asset\PrefabricatorActorFactory.h(14): error C3248: 'UActorFactory::SpawnActor': function declared as 'final' cannot be overridden by 'UPrefabricatorActorFactory::SpawnActor'

\Unreal\Engine\Source\Editor\UnrealEd\Classes\ActorFactories\ActorFactory.h(103): note: see declaration of 'UActorFactory::SpawnActor'

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