Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FStructDeclaration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsDeclare.h |
| Include Path | #include "PlainPropsDeclare.h" |
Syntax
struct FStructDeclaration
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxMembers | uint16 | PlainPropsDeclare.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FDeclId | PlainPropsDeclare.h | ||
| MemberNames | FMemberId | PlainPropsDeclare.h | ||
| NumInnerIds | uint16 | PlainPropsDeclare.h | ||
| NumInnerRanges | uint16 | PlainPropsDeclare.h | ||
| NumMembers | uint16 | PlainPropsDeclare.h | ||
| Occupancy | EMemberPresence | PlainPropsDeclare.h | ||
| RefCount | std::atomic< int32 > | PlainPropsDeclare.h | ||
| Super | FOptionalDeclId | PlainPropsDeclare.h | ||
| Version | uint16 | PlainPropsDeclare.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddRef() |
PlainPropsDeclare.h | ||
uint32 CalculateSize() |
PlainPropsDeclare.h | ||
const FInnerId * GetInnerIds() |
PlainPropsDeclare.h | ||
const FMemberType * GetInnerRangeTypes() |
PlainPropsDeclare.h | ||
TConstArrayView< FMemberId > GetMemberOrder() |
PlainPropsDeclare.h | ||
const FMemberType * GetTypes() |
PlainPropsDeclare.h | ||
bool Release() |
PlainPropsDeclare.h |