#I Need Help specifying a USTRUCT that only visible if the ShowInternalStructs is true
1 messages · Page 1 of 1 (latest)
Hope someone knows better
this is a c++ question related to BP
What do i have to set in a USTRUCT() to make it "internal-use only" in BP
Im working with FInstancedStruct and trying to exclude base structs from the decision tree
I see this setting which gives me hope that theres an easy meta specifier i can use to do this but im having trouble find what it may be that defines internal-use only. Surely its not structs without USTRUCT() so im confused.