Navigation
API > API/Editor > API/Editor/DetailCustomizations
Helper class used to track the state of properties of proxy values.
| Name | TProxyProperty |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include Path | #include "Customizations/MathStructProxyCustomizations.h" |
Syntax
template<typename ObjectType, typename PropertyType>
class TProxyProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProxyProperty
(
const TSharedRef< TProxyValue< ObjectType > >& InValue, |
Customizations/MathStructProxyCustomizations.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSet | bool | Whether the value is set | Customizations/MathStructProxyCustomizations.h | |
| Property | PropertyType & | The property of the value we are tracking | Customizations/MathStructProxyCustomizations.h | |
| Value | TSharedRef< TProxyValue< ObjectType > > | The proxy value we are tracking | Customizations/MathStructProxyCustomizations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const PropertyType & Get() |
Get the value of this property | Customizations/MathStructProxyCustomizations.h | |
bool IsSet() |
Check to see if the value is set. | Customizations/MathStructProxyCustomizations.h | |
void Set
(
const PropertyType& InPropertyValue |
Set the value of this property | Customizations/MathStructProxyCustomizations.h |