Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Blueprint dependencies don't load #39

Open
mihe opened this issue May 12, 2019 · 0 comments
Open

Blueprint dependencies don't load #39

mihe opened this issue May 12, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mihe
Copy link
Owner

mihe commented May 12, 2019

It seems UBlueprint::GatherDependencies isn't doing the trick of signaling to UE4 that certain TSU blueprints are dependant on other blueprints.

If a certain blueprint is only used within TSU code, and not as a parameter type or return type, then it seems those blueprints never get loaded, causing an error when the dependant code tries to import it.

I've tried using LoadObject instead of FindObject in FTsuTypeIndex::Find, but that results in the context resetting itself (due to OnBlueprintPreCompile) while we're inside a V8 callback, which is not great.

There has to be some other proper way to signal which blueprints is depended on.

@mihe mihe added the bug Something isn't working label May 12, 2019
@mihe mihe self-assigned this May 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant