Navigation
API > API/Plugins > API/Plugins/PlainProps
Allows indexes higher level ids from existing parts.
| Name | FIdIndexerBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsIndex.h |
| Include Path | #include "PlainPropsIndex.h" |
Syntax
class FIdIndexerBase : public PlainProps::FIds
Inheritance Hierarchy
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNestedScopeIndexer & GetNestedScopes() |
PlainPropsIndex.h | ||
const FParametricTypeIndexer & GetParametricTypes() |
PlainPropsIndex.h | ||
| PlainPropsIndex.h | |||
| PlainPropsIndex.h | |||
| PlainPropsIndex.h | |||
| PlainPropsIndex.h | |||
| PlainPropsIndex.h | |||
FType MakeLeafParameter
(
FUnpackedLeafType Leaf |
PlainPropsIndex.h | ||
| PlainPropsIndex.h | |||
FParametricTypeId MakeParametricTypeId
(
FOptionalConcreteTypenameId Name, |
PlainPropsIndex.h | ||
| PlainPropsIndex.h | |||
FScopeId NestFlatScope
(
FScopeId Outer, |
PlainPropsIndex.h | ||
FScopeId NestReversedScopes
(
TConstArrayView< FFlatScopeId > Inners |
PlainPropsIndex.h |
Overridden from FIds
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 NumEnums() |
PlainPropsIndex.h | ||
virtual uint32 NumStructs() |
PlainPropsIndex.h | ||
| PlainPropsIndex.h | |||
| PlainPropsIndex.h |
Overridden from FIdsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 NumNestedScopes() |
PlainPropsIndex.h | ||
virtual uint32 NumParametricTypes() |
PlainPropsIndex.h | ||
virtual FNestedScope Resolve
(
FNestedScopeId Id |
PlainPropsIndex.h | ||
virtual FParametricTypeView Resolve
(
FParametricTypeId Id |
PlainPropsIndex.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcreteTypenameId InitParameterName
(
FAnsiStringView Name |
PlainPropsIndex.h | ||
void InitParameterNames() |
PlainPropsIndex.h |