Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/FRawDistribution
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
static UObject * TryGetDistributionObjectFromRawDistributionProperty
(
FStructProperty * Property,
uint8 * Data
)
Remarks
Return the UDistribution* variable if the given StructProperty points to a FRawDistribution* struct The UDisitribution* object if this is a FRawDistribution* struct, or NULL otherwise
Parameters
| Name | Description |
|---|---|
| Property | Some UStructProperyy |
| Data | Memory that owns the property |