Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | TOptionalId |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsTypes.h |
| Include Path | #include "PlainPropsTypes.h" |
Syntax
template<class T>
class TOptionalId : public PlainProps::FOptionalId
Inheritance Hierarchy
- FOptionalId → TOptionalId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TOptionalId () |
PlainPropsTypes.h | ||
constexpr TOptionalId
(
FNoId |
PlainPropsTypes.h | ||
constexpr TOptionalId
(
T Id |
PlainPropsTypes.h | ||
constexpr TOptionalId
(
TOptionalId< U > In |
PlainPropsTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Get() |
PlainPropsTypes.h | ||
T GetOr
(
T Fallback |
PlainPropsTypes.h |