Thank you for the reply.
I have another question. Can I use Datasmith Runtime Import in android?
I want to make AR application using this.
so I built CollabViewer Template project for android. but when I clicked ‘Datasmith command’ and +New button, It suddenly stopped and crashed.
Here is the log.
Blockquote
LogPlayLevel: Warning: 02-07 16:26:00.874 18574 18669 D UE : [2023.02.07-07.26.00:874][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile
LogPlayLevel: Warning: 02-07 16:26:00.874 18574 18669 D UE : [2023.02.07-07.26.00:874][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile
LogPlayLevel: Warning: 02-07 16:26:01.142 18574 18669 D UE : [2023.02.07-07.26.01:142][ 0]LogStreaming: Warning: Failed to read file ‘…/…/…/Engine/Plugins/Runtime/SunPosition/Resources/SunPosition.png’ error.
LogPlayLevel: Error: 02-07 16:26:01.183 18574 18724 D UE : [2023.02.07-07.26.01:183][ 0]LogStreaming: Error: Couldn’t find file for package /Script/DatasmithRuntime requested by async loading code. NameToLoad: /Script/DatasmithRuntime
LogPlayLevel: Error: 02-07 16:26:01.183 18574 18724 D UE : [2023.02.07-07.26.01:183][ 0]LogStreaming: Error: This will hitch streaming because it ends up searching the disk instead of finding the file in the pak file.
LogPlayLevel: Error: 02-07 16:26:01.183 18574 18724 D UE : [2023.02.07-07.26.01:183][ 0]LogStreaming: Error: Found 1 dependent packages…
LogPlayLevel: Error: 02-07 16:26:01.183 18574 18724 D UE : [2023.02.07-07.26.01:183][ 0]LogStreaming: Error: /Game/CollaborativeViewer/Blueprints/Commands/DataSmith/BP_DataSmith_Component
LogPlayLevel: Error: 02-07 16:26:01.247 18574 18724 D UE : [2023.02.07-07.26.01:247][ 0]LogProperty: Error: Struct type unknown for property ‘StructProperty /Game/CollaborativeViewer/Blueprints/Commands/DataSmith/UMG/DREndpointUI.DREndpointUI_C:UpdateSources:CallFunc_GetListOfSources_ReturnValue.CallFunc_GetListOfSources_ReturnValue’; perhaps the USTRUCT() was renamed or deleted?
LogPlayLevel: Error: 02-07 16:26:01.247 18574 18724 D UE : [2023.02.07-07.26.01:247][ 0]LogProperty: Error: Struct type unknown for property ‘StructProperty /Game/CollaborativeViewer/Blueprints/Commands/DataSmith/UMG/DREndpointUI.DREndpointUI_C:UpdateSources:CallFunc_Array_Get_Item’; perhaps the USTRUCT() was renamed or deleted?
LogPlayLevel: Warning: 02-07 16:26:01.362 18574 18669 D UE : [2023.02.07-07.26.01:362][ 0]LogOnline: Warning: OSS: FOnlineSubsystemGooglePlayModule was disabled
LogPlayLevel: Warning: 02-07 16:26:11.801 18574 18669 D UE : [2023.02.07-07.26.11:801][ 3]LogScript: Warning: UGameplayStatics::BeginDeferredActorSpawnFromClass: can not spawn an actor from a NULL class
PackagingResults: Warning: The config file ‘Collab_50/Config/config.ini’ will be staged, but is not explicitly allowed or denied. Add +WhitelistConfigFiles=Collab_50/Config/config.ini or +BlacklistConfigFiles=Collab_50/Config/config.ini to the [Staging] section of DefaultGame.ini
I expect It definitely failed, but don’t know why It said couldn’t file for package.
Have you any idea to fix this?