Navigation
API > API/Editor > API/Editor/DetailCustomizations
Helper class used to track the dirty state of a proxy value
| Name | TProxyValue |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include Path | #include "Customizations/MathStructProxyCustomizations.h" |
Syntax
template<typename ObjectType>
class TProxyValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProxyValue () |
Customizations/MathStructProxyCustomizations.h | ||
TProxyValue
(
const ObjectType& InValue |
Customizations/MathStructProxyCustomizations.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSet | bool | Whether the value is set | Customizations/MathStructProxyCustomizations.h | |
| Value | ObjectType | The value we are tracking | Customizations/MathStructProxyCustomizations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ObjectType & Get () |
Get the wrapped value | Customizations/MathStructProxyCustomizations.h | |
ObjectType & Get () |
Get the wrapped value | Customizations/MathStructProxyCustomizations.h | |
bool IsSet() |
Check to see if the value is set. | Customizations/MathStructProxyCustomizations.h | |
void MarkAsSet() |
Mark the value as if it was set. | Customizations/MathStructProxyCustomizations.h | |
void Set
(
const ObjectType& InValue |
Set the wrapped value | Customizations/MathStructProxyCustomizations.h |