Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FValueConst |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/External/Value.h |
| Include Path | #include "MuR/External/Value.h" |
Syntax
class FValueConst
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueConst () |
MuR/External/Value.h | ||
FValueConst
(
const FValueConst& Other |
MuR/External/Value.h | ||
FValueConst
(
FValueConst&& Other |
MuR/External/Value.h | ||
FValueConst
(
FValue&& Value |
MuR/External/Value.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FContext | friend | MuR/External/Value.h | ||
| Ptr | Private::TManagedPtr< const FInstancedStruct > | MuR/External/Value.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & Get() |
MuR/External/Value.h | ||
const T * GetPtr() |
MuR/External/Value.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FValueConst New() |
MuR/External/Value.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueConst & operator=
(
const FValueConst& Other |
MuR/External/Value.h | ||
FValueConst & operator=
(
FValueConst&& Other |
MuR/External/Value.h |