Navigation
API > API/Plugins > API/Plugins/PlainProps > API/Plugins/PlainProps/FMemberSpec
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemberSpec () |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecBool |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecIntS In |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecIntU In |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecHex In |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecUtf In |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESpecFloat In |
PlainPropsSpecify.h | ||
FMemberSpec
(
FDeclId Id |
PlainPropsSpecify.h | ||
| PlainPropsSpecify.h | |||
FMemberSpec
(
FMemberType Type, |
!Type.IsRange() | PlainPropsSpecify.h | |
FMemberSpec
(
FUnpackedLeafType Leaf, |
PlainPropsSpecify.h | ||
FMemberSpec
(
ESizeType MaxSize, |
PlainPropsSpecify.h | ||
FMemberSpec
(
TConstArrayView< FMemberType > Members, |
PlainPropsSpecify.h | ||
FMemberSpec
(
FStructType Type, |
PlainPropsSpecify.h | ||
FMemberSpec
(
ELeafType Type, |
PlainPropsSpecify.h | ||
FMemberSpec
(
FMemberType Type, |
PlainPropsSpecify.h |
FMemberSpec()
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec()
FMemberSpec(ESpecBool)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecBool
)
FMemberSpec(ESpecIntS)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecIntS In
)
FMemberSpec(ESpecIntU)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecIntU In
)
FMemberSpec(ESpecHex)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecHex In
)
FMemberSpec(ESpecUtf)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecUtf In
)
FMemberSpec(ESpecFloat)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecFloat In
)
FMemberSpec(FDeclId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
FDeclId Id
)
FMemberSpec(ESpecDynamicStruct)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ESpecDynamicStruct
)
FMemberSpec(FMemberType, FOptionalInnerId)
Description
!Type.IsRange()
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
FMemberType Type,
FOptionalInnerId Id
)
FMemberSpec(FUnpackedLeafType, FOptionalEnumId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
FUnpackedLeafType Leaf,
FOptionalEnumId Id
)
FMemberSpec(ESizeType, FMemberSpec)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsDeclare.cpp |
FMemberSpec
(
ESizeType MaxSize,
FMemberSpec Inner
)
FMemberSpec(TConstArrayView< FMemberType >, FOptionalInnerId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsDeclare.cpp |
FMemberSpec
(
TConstArrayView< FMemberType > Members,
FOptionalInnerId InInnermostId
)
FMemberSpec(FStructType, FOptionalInnerId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
FStructType Type,
FOptionalInnerId Id
)
FMemberSpec(ELeafType, ELeafWidth, FOptionalEnumId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
FMemberSpec
(
ELeafType Type,
ELeafWidth Width,
FOptionalEnumId Id
)
FMemberSpec(FMemberType, TConstArrayView< FMemberType >, FOptionalInnerId)
| Name | FMemberSpec |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsSpecify.h |
| Include Path | #include "PlainPropsSpecify.h" |
| Source | /Engine/Plugins/Experimental/PlainProps/Source/Private/PlainPropsDeclare.cpp |
FMemberSpec
(
FMemberType Type,
TConstArrayView< FMemberType > InnerRangeTypes,
FOptionalInnerId InInnermostId
)