Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBasePointData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPCGPointNativeProperty< Property >::ConstValueRange GetConstValueRange () |
Data/PCGBasePointData.h | ||
TConstPCGValueRange< T > GetConstValueRange
(
EPCGPointNativeProperties NativeProperty |
Keeping for backward compatibility (prefer using enum template version) | Data/PCGBasePointData.h |
GetConstValueRange()
| Name | GetConstValueRange |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGBasePointData.h |
| Include Path | #include "Data/PCGBasePointData.h" |
template<EPCGPointNativeProperties Property>
TPCGPointNativeProperty < Property >::ConstValueRange GetConstValueRange() const
GetConstValueRange(EPCGPointNativeProperties)
Description
Keeping for backward compatibility (prefer using enum template version)
| Name | GetConstValueRange |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGBasePointData.h |
| Include Path | #include "Data/PCGBasePointData.h" |
template<typename T>
TConstPCGValueRange< T > GetConstValueRange
(
EPCGPointNativeProperties NativeProperty
) const