Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Tests
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include | #include "Tests/PCGTestsCommon.h" |
namespace PCGTestsCommon
{
template<typename T>
void PCGTestsCommon::CreateAndFillRandomAttribute
(
UPCGData * InData,
const FName AttributeName,
T DefaultValue,
const int32 NumValues,
int32 Seed,
const bool * bForceAllowInterpolation
)
}