Epic Developer Community Forums
is it possible to store difference structs or struct-like data in one array?
Development
Programming & Scripting
unreal-engine
,
question
Auran131
(Auran13)
May 22, 2025, 1:19am
2
for structs you can use the new FIntsancedStruct
or you can use a UObject that is DefaultToInstanced
1 Like
show post in topic