How to declare a type of `Name` and container of `array` type variable in C++?

I want to declare this variable Cluster_ID in C++ with type name and container type array.

FName Cluster_ID; how to make this array container?

Blueprint Example:
image_2022-06-09_215103158

	UPROPERTY(BlueprintReadWrite)
	TArray<FName> Cluster_ID;
2 Likes

Thank You Sir very much, You just solved a problem )))

1 Like

Happy to Help! :slight_smile:

1 Like