Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TIdIndexer |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsIndex.h |
Syntax
template<class NameT>
class TIdIndexer : public PlainProps::FIdIndexerBase
Inheritance Hierarchy
- FIdsBase → FIds → FIdIndexerBase → TIdIndexer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIdIndexer() |
PlainPropsIndex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNameId MakeName
(
T&& Name |
PlainPropsIndex.h | ||
FScopeId MakeScope
(
T&& Name |
PlainPropsIndex.h | ||
FType MakeType
(
T&& Scope, |
PlainPropsIndex.h | ||
FTypenameId MakeTypename
(
T&& Name |
PlainPropsIndex.h | ||
FMemberId NameMember
(
T&& Name |
PlainPropsIndex.h | ||
FFlatScopeId NameScope
(
T&& Name |
PlainPropsIndex.h | ||
FConcreteTypenameId NameType
(
T&& Name |
PlainPropsIndex.h | ||
| PlainPropsIndex.h | |||
NameT ResolveName
(
FNameId Id |
PlainPropsIndex.h |
Overridden from FIdsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 NumNames() |
PlainPropsIndex.h |
Protected
Overridden from FIdIndexerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FConcreteTypenameId InitParameterName
(
const char* Name |
PlainPropsIndex.h |
Overridden from FIdsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AppendString
(
FUtf8Builder& Out, |
PlainPropsIndex.h |