Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | TValueConst |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/External/Value.h |
| Include Path | #include "MuR/External/Value.h" |
Syntax
template<typename T>
class TValueConst
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueConst () |
MuR/External/Value.h | ||
TValueConst
(
const FValueConst& Other |
MuR/External/Value.h | ||
TValueConst
(
TValueConst&& Other |
MuR/External/Value.h | ||
TValueConst
(
TValue< T >&& 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 TValueConst New() |
MuR/External/Value.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueConst & operator=
(
const FValueConst& Other |
MuR/External/Value.h | ||
TValueConst & operator=
(
TValueConst&& Other |
MuR/External/Value.h |