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

BPプロジェクトの場合、Launch, Package起動時に物理が正常に動作しない #1

Open
pafuhana1213 opened this issue Jul 2, 2019 · 2 comments

Comments

@pafuhana1213
Copy link
Owner

BPプロジェクトの場合、エディタのLaunch、または作成したパッケージから起動した場合、Kawaii Physicsの物理が正常に動作しない。C++プロジェクトの場合は正常に動作する。

[2019.07.01-18.54.05:663][  0]LogStreaming: Error: Couldn't find file for package /Script/KawaiiPhysics requested by async loading code. NameToLoad: /Script/KawaiiPhysics
[2019.07.01-18.54.05:663][  0]LogStreaming: Error: Found 1 dependent packages...
[2019.07.01-18.54.05:663][  0]LogStreaming: Error:   /Game/KawaiiPhysicsSample/GrayChan/BP_GrayChan
[2019.07.01-18.54.05:671][  0]LogProperty: Error: Struct type unknown for property 'StructProperty /Game/KawaiiPhysicsSample/GrayChan/AnimBP_GrayChanKawaiiPhysics.AnimBP_GrayChanKawaiiPhysics_C:AnimGraphNode_KawaiiPhysics_2487B5CB4342A26BAE5F1BAF75DD4B4B'; perhaps the USTRUCT() was renamed or deleted?
[2019.07.01-18.54.05:671][  0]LogProperty: Error: Struct type unknown for property 'StructProperty /Game/KawaiiPhysicsSample/GrayChan/AnimBP_GrayChanKawaiiPhysics.AnimBP_GrayChanKawaiiPhysics_C:AnimGraphNode_KawaiiPhysics_FB0984BF430CE5166E4014800979F811'; perhaps the USTRUCT() was renamed or deleted?
[2019.07.01-18.54.05:671][  0]LogProperty: Error: Struct type unknown for property 'StructProperty /Game/KawaiiPhysicsSample/GrayChan/AnimBP_GrayChanKawaiiPhysics.AnimBP_GrayChanKawaiiPhysics_C:PhysicsSettings'; perhaps the USTRUCT() was renamed or deleted?
@melMass
Copy link

melMass commented Feb 12, 2020

私の側には問題はありませんが、4.24.2とプルリクエスト #14 を使用すると非常にうまく機能します

@pafuhana1213
Copy link
Owner Author

pafuhana1213 commented Nov 16, 2020

UE4.25.4 のBPプロジェクトで試した所、以下のエラーダイアログが表示されて終了してしまうことを確認
LogModuleManager: Warning: ModuleManager: Module 'KawaiiPhysics' not found - its StaticallyLinkedModuleInitializers function is null. Message dialog closed, result: Ok, title: Message, text: Plugin 'KawaiiPhysics' failed to load because module 'KawaiiPhysics' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project. LogCore: Engine exit requested (reason: EngineExit() was called) LogExit: Preparing to exit.

軽く調べても良い解決方法が見つからず…現状あC++プロジェクトにして頂くのが…うーん

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