Label filter to use in MRUK (Mixed Reality Utility Kit). You can use this to filter anchors by their labels. use the IncludedLabels and ExcludedLabels list to specify which labels to include and exclude.
Fields
TArray< FString > IncludedLabels[Get]
If included labels is not empty then the anchor must have at least one of the labels in this list.
TArray< FString > ExcludedLabels[Get]
Anchors with any of the labels in this exclusion list will be ignored.
int32 ComponentTypes[Get]
Enum flags representing component types to include, by default include all component types.