Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ELeafType PlainProps::ToLeafType
(
ELeafBindType Type |
PlainPropsBind.h | ||
static FLeafType PlainProps::ToLeafType
(
FLeafBindType Leaf |
PlainPropsBind.h |
PlainProps::ToLeafType(ELeafBindType)
| Name | PlainProps::ToLeafType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
namespace PlainProps
{
static ELeafType PlainProps::ToLeafType
(
ELeafBindType Type
)
}
PlainProps::ToLeafType(FLeafBindType)
| Name | PlainProps::ToLeafType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
namespace PlainProps
{
static FLeafType PlainProps::ToLeafType
(
FLeafBindType Leaf
)
}