Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PlainPropsBuild.h | |||
| PlainPropsBuild.h |
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(ERangeSizeType)
| 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
(
ERangeSizeType MaxSize
)
}