Navigation
API > API/Plugins > API/Plugins/PCG
Description
SoftObjectPath.
String/FName.
Rotators/Quat.
Vectors.
| Name | PCGTestsCommon::GenerateRandomValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include Path | #include "Tests/PCGTestsCommon.h" |
namespace PCGTestsCommon
{
template<typename T, typename std::enable_if_t< std::is_arithmetic_v< T >, bool >>
T PCGTestsCommon::GenerateRandomValue
(
FRandomStream & RandomStream
)
}