Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FScopeId |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsTypes.h |
| Include Path | #include "PlainPropsTypes.h" |
Syntax
class FScopeId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PlainPropsTypes.h | |||
FScopeId
(
FFlatScopeId Flat |
PlainPropsTypes.h | ||
FScopeId
(
FNestedScopeId Nested |
PlainPropsTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NestedBit | uint32 | PlainPropsTypes.h | |
| Unscoped | uint32 | PlainPropsTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | uint32 | PlainPropsTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFlatScopeId AsFlat() |
PlainPropsTypes.h | ||
uint32 AsInt() |
PlainPropsTypes.h | ||
FNestedScopeId AsNested() |
PlainPropsTypes.h | ||
bool IsFlat() |
PlainPropsTypes.h | ||
bool IsNested() |
PlainPropsTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
PlainPropsTypes.h | ||
bool operator==
(
FScopeId O |
PlainPropsTypes.h |