|
|
| FDynamicValue (const FDynamicValue &Other) |
| |
|
FDynamicValue & | operator= (const FDynamicValue &Other) |
| |
|
| FDynamicValue (FDynamicValue &&Other)=default |
| |
|
FDynamicValue & | operator= (FDynamicValue &&Other)=default |
| |
|
template<typename T > |
| void | Set (const T &InValue) |
| |
|
template<typename T > |
| void | Set (T &&InValue) |
| |
|
template<typename T > |
| bool | Get (T &OutValue) const |
| |
|
template<typename T > |
| T * | GetPtr () |
| |
|
template<typename T > |
| const T * | GetPtr () const |
| |
|
bool | IsSet () const |
| |
|
void | Reset () |
| |
The documentation for this struct was generated from the following file: