Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FComposableDistribution
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor. Protected to prevent instantiating the base class. | Distributions.h | ||
FComposableDistribution
(
const FComposableDistribution& Other |
Copy constructor. Protected to only allow type-safe copying. | Distributions.h |
FComposableDistribution()
Description
Constructor. Protected to prevent instantiating the base class.
| Name | FComposableDistribution |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include Path | #include "Distributions.h" |
FComposableDistribution()
FComposableDistribution(const FComposableDistribution &)
Description
Copy constructor. Protected to only allow type-safe copying.
| Name | FComposableDistribution |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include Path | #include "Distributions.h" |
FComposableDistribution
(
const FComposableDistribution & Other
)