Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
PlainProps::MakeLeafRangeSchema()
| |
|
| Name |
PlainProps::MakeLeafRangeSchema |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path |
#include "PlainPropsBuild.h" |
namespace PlainProps
{
template<Arithmetic T, typename SizeType>
FMemberSchema PlainProps::MakeLeafRangeSchema()
}
PlainProps::MakeLeafRangeSchema(ESizeType)
| |
|
| Name |
PlainProps::MakeLeafRangeSchema |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path |
#include "PlainPropsBuild.h" |
namespace PlainProps
{
template<Arithmetic T>
FMemberSchema PlainProps::MakeLeafRangeSchema
(
ESizeType MaxSize
)
}