Navigation
API > API/Plugins > API/Plugins/PlainProps
Also allows indexing new names from string literals.
| Name | FLiteralIndexerBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsIndex.h |
| Include Path | #include "PlainPropsIndex.h" |
Syntax
class FLiteralIndexerBase : public PlainProps::FIdIndexerBase
Inheritance Hierarchy
- FIdsBase → FIds → FIdIndexerBase → FLiteralIndexerBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNameId IndexEnumFlagLiteral
(
FAnsiStringView Flag |
PlainPropsIndex.h | ||
FMemberId IndexMemberLiteral
(
FAnsiStringView Member |
PlainPropsIndex.h | ||
virtual FScopeId IndexScopeLiteral
(
FAnsiStringView Scope |
Override to split scope into parts, default implementation assumes a single flat scope. | PlainPropsIndex.h | |
FConcreteTypenameId IndexTypenameLiteral
(
FAnsiStringView Type |
PlainPropsIndex.h |