Skip to main content

Structs

If you would like more control, Stoch also exposes the types used to implement all of the Discrete Distributions. These types are available in both Blueprint and C++.

Usage

Relevant functions are exposed to blueprint under the namespace Stoch > Type, where Type is the name of the struct you are using (e.g., STSumArray).

note

See Selecting Random Enemies for an example.