Navigation
Unreal Engine C++ API Reference > Runtime > Engine > 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 &42; TryGetDistributionObjectFromRawDistributionProperty
&40;
FStructProperty &42; Property,
uint8 &42; Data
&41;
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 |