hi i need some ideas on initializing a TMap<FString, Any> using c++
meaning the key type is FString
and the value type is anything (maybe an Actor, maybe an FString, maybe an int, or maybe even a pointer to another function).
do we have that functionality in Unreal Engine programming?
thank you so much for all the help!