Epic Developer Community Forums
Creating a Weapons System C++
Development
Programming & Scripting
question
,
unreal-engine
,
editor
,
CPP
RedGrimnir
(Grimnir)
May 3, 2025, 11:24pm
2
can you try with
TSubclassOf<USWeaponAsset>
should work or
TSoftObjectPtr<USWeaponAsset>
?
show post in topic