Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/Customizations
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include | #include "Customizations/MathStructProxyCustomizations.h" |
Syntax
template<typename ObjectType, typename PropertyType >
class TProxyProperty
Remarks
Helper class used to track the state of properties of proxy values.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TProxyProperty
(
const TSharedRef< TProxyValue< ObjectType > >& InValue, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const PropertyType & | Get () |
Get the value of this property | |
| bool | IsSet () |
Check to see if the value is set. | |
| void | Set
(
const PropertyType& InPropertyValue |
Set the value of this property |