Enum EStreamingSourceTargetBehavior Path C++ Link /Script/Engine.EStreamingSourceTargetBehavior underlying uint8 /Script/Engine Values 3 NameValueHex Include00x00Exclude10x01EStreamingSourceTargetBehavior_MAX20x02 Used by 1types with a member, parameter or interface of this type UWorldPartitionStreamingSourceComponent // /Script/Engine.EStreamingSourceTargetBehavior enum class EStreamingSourceTargetBehavior : uint8 { Include = 0, Exclude = 1, EStreamingSourceTargetBehavior_MAX = 2, };