Reference ID
None
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Assets
Summary
Spawning a creative_prop_asset only spawns DefaultCreativePropAsset even though you select other prop in the editor
Steps to Reproduce
1-Create the code in Verse
@editable
EatEffect : creative_prop_asset = DefaultCreativePropAsset
2-Select the correct prop in the editor to replace the DefaultCreativePropAsset
3-Spawn a prop
Expected Result
1-Create the code in Verse
@editable
EatEffect : creative_prop_asset = DefaultCreativePropAsset
2-Select the correct prop in the editor to replace the DefaultCreativePropAsset
3-The selected prop is spawned
Observed Result
1-Create the code in Verse
@editable
EatEffect : creative_prop_asset = DefaultCreativePropAsset
2-Select the correct prop in the editor to replace the DefaultCreativePropAsset
3-A DefaultCreativePropAsset prop is spawned
Platform(s)
PC
Island Code
None
Additional Notes
Check my images
2 posts - 1 participant