Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PointDataType * PCGTestsCommon::CreatePointData () |
Tests/PCGTestsCommon.h | ||
PointDataType * PCGTestsCommon::CreatePointData
(
const FVector& InLocation |
Tests/PCGTestsCommon.h |
PCGTestsCommon::CreatePointData()
| Name | PCGTestsCommon::CreatePointData |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include Path | #include "Tests/PCGTestsCommon.h" |
namespace PCGTestsCommon
{
template<typename PointDataType, std::enable_if_t< std::is_base_of_v< UPCGBasePointData , PointDataType >, int >>
PointDataType * PCGTestsCommon::CreatePointData()
}
PCGTestsCommon::CreatePointData(const FVector &)
| Name | PCGTestsCommon::CreatePointData |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include Path | #include "Tests/PCGTestsCommon.h" |
namespace PCGTestsCommon
{
template<typename PointDataType, std::enable_if_t< std::is_base_of_v< UPCGBasePointData , PointDataType >, int >>
PointDataType * PCGTestsCommon::CreatePointData
(
const FVector & InLocation
)
}