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:
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:
UPROPERTY(BlueprintReadWrite)
TArray<FName> Cluster_ID;
Thank You Sir very much, You just solved a problem )))
Happy to Help!