Implementing a list of actors as a blueprint property

just use a TArray

or TMap
i havent used a tmultimap
fstring would be a bit slow for a key, i’d use a fname if i need to.
also i’d use a TObjectPtr instead of AActor*

1 Like