I added Apex Destruction Mesh plugin but no showing

I have succesed project build for HTML platform.
I add Apex destruction Plugin. After [full build checked] building HTML5 package everything works fine but only destruction mesh is unvisible!

I found error in web browser console :

[2022.07.16-23.11.24:455][390]LogScript: Warning: Accessed None trying to read property hang2_DM
	HangComponent_C /Game/Maps/Sanctuary.Sanctuary:PersistentLevel.HangComponent_2

THis happen only on html5 platform ?!

Any other suggestion to make it fixed ?

My BP is visible on Developing add destruction component with repear respawn - ue4 BP Hang3d Nightmare update - YouTube

I found one alternative way from Destructible mesh spawning in "broken" in packaged build; won't respond to damage or simulate - #4 by SavvyIndoorsman

Now i got on start-up map (apex destruction not in use here):

 LogPluginManager: Mounting plugin ApexDestruction

After a load map with apex:

[2022.07.30-15.36.01:852][183]LogStreaming: Error:         Dep S_BEFORE_C Import     0   /Script/ApexDestruction.DestructibleMesh

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:853][183]LogStreaming: Error:         Dep S_BEFORE_C Import     1   /Script/ApexDestruction.Default__DestructibleMesh

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:853][183]LogStreaming: Error: Missing Dependency, request for /Script/ApexDestruction.DestructibleMesh but it hasn't been created yet.

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:896][183]LogStreaming: Error:         Dep S_BEFORE_C Import     4   /Script/ApexDestruction.DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:896][183]LogStreaming: Error:         Dep S_BEFORE_C Import    29   /Script/ApexDestruction.Default__DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:897][183]LogStreaming: Error: Missing Dependency, request for /Script/ApexDestruction.DestructibleComponent but it hasn't been created yet.

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:901][183]LogStreaming: Error:         Dep S_BEFORE_C Import     4   /Script/ApexDestruction.DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:901][183]LogStreaming: Error:         Dep S_BEFORE_C Import    29   /Script/ApexDestruction.Default__DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.01:902][183]LogStreaming: Error: Missing Dependency, request for /Script/ApexDestruction.DestructibleComponent but it hasn't been created yet.

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.02:007][183]LogStreaming: Error:         Dep S_BEFORE_C Import    26   /Script/ApexDestruction.DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.02:008][183]LogStreaming: Error: Missing Dependency, request for /Script/ApexDestruction.DestructibleComponent but it hasn't been created yet.

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.02:012][183]LogStreaming: Error:         Dep S_BEFORE_C Import    26   /Script/ApexDestruction.DestructibleComponent

24044332-d0d8-4d7a-a4ed-40a605673313:10342 [2022.07.30-15.36.02:013][183]LogStreaming: Error: Missing Dependency, request for /Script/ApexDestruction.DestructibleComponent but it hasn't been created yet.

I use async load with soft reference !

I have worked on all platforms except HTML5.

Any suggestion ?