Navigation
API > API/Plugins > API/Plugins/PlainProps
Typed and named optional value.
| Name | FLooseMember |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
Syntax
class FLooseMember
Derived Classes
FLooseMember derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLooseMember
(
FLooseType T, |
PlainPropsLooseTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLooseValue & EditTypechecked() |
PlainPropsLooseTypes.h | ||
FParameterId GetName() |
PlainPropsLooseTypes.h | ||
FLooseType GetType() |
PlainPropsLooseTypes.h | ||
FLooseValue GetValue() |
PlainPropsLooseTypes.h | ||
bool IsMismatch() |
PlainPropsLooseTypes.h | ||
bool IsOptional() |
PlainPropsLooseTypes.h | ||
void MarkEnumRecomposed() |
PlainPropsLooseTypes.h | ||
void MarkStructRecomposed() |
PlainPropsLooseTypes.h | ||
void RecordDynamicType
(
FLooseType T |
PlainPropsLooseTypes.h | ||
void Rename
(
FParameterId Name |
PlainPropsLooseTypes.h | ||
void SetTypechecked
(
FLooseValue V |
PlainPropsLooseTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
PlainPropsLooseTypes.h |