Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/TIdIndexer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PlainPropsIndex.h | |||
| PlainPropsIndex.h |
MakeName(const char(&))
| Name | MakeName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsIndex.h |
| Include Path | #include "PlainPropsIndex.h" |
template<int N>
FNameId MakeName
(
const char(&) Name
)
MakeName(T &&)
| Name | MakeName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsIndex.h |
| Include Path | #include "PlainPropsIndex.h" |
template<typename T>
FNameId MakeName
(
T && Name
)