RHAPI_PexStat
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PexStat |
struct FRHAPI_PexStat
struct FRHAPI_PexStat
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public float Min_Optional | |
public bool Min_IsSet | true if Min_Optional has been set to a value |
public bool Min_IsNull | true if Min_Optional has been explicitly set to null |
public float Max_Optional | |
public bool Max_IsSet | true if Max_Optional has been set to a value |
public bool Max_IsNull | true if Max_Optional has been explicitly set to null |
public float Avg_Optional | |
public bool Avg_IsSet | true if Avg_Optional has been set to a value |
public bool Avg_IsNull | true if Avg_Optional has been explicitly set to null |
public float Stddev_Optional | |
public bool Stddev_IsSet | true if Stddev_Optional has been set to a value |
public bool Stddev_IsNull | true if Stddev_Optional has been explicitly set to null |
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline float & GetMin() | Gets the value of Min_Optional, regardless of it having been set. |
public inline const float & GetMin() const | Gets the value of Min_Optional, regardless of it having been set. |
public inline const float & GetMin(const float & DefaultValue) const | Gets the value of Min_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMin(float & OutValue) const | Fills OutValue with the value of Min_Optional and returns true if it has been set, otherwise returns false. |
public inline float * GetMinOrNull() | Returns a pointer to Min_Optional, if it has been set, otherwise returns nullptr. |
public inline const float * GetMinOrNull() const | Returns a pointer to Min_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMin(const float & NewValue) | Sets the value of Min_Optional and also sets Min_IsSet to true. |
public inline void SetMin(float && NewValue) | Sets the value of Min_Optional and also sets Min_IsSet to true using move semantics. |
public inline void ClearMin() | Clears the value of Min_Optional and sets Min_IsSet to false. |
public inline bool IsMinSet() const | Checks whether Min_Optional has been set. |
public inline void SetMinToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsMinNull() const | Checks whether Min_Optional is set to null. |
public inline float & GetMax() | Gets the value of Max_Optional, regardless of it having been set. |
public inline const float & GetMax() const | Gets the value of Max_Optional, regardless of it having been set. |
public inline const float & GetMax(const float & DefaultValue) const | Gets the value of Max_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetMax(float & OutValue) const | Fills OutValue with the value of Max_Optional and returns true if it has been set, otherwise returns false. |
public inline float * GetMaxOrNull() | Returns a pointer to Max_Optional, if it has been set, otherwise returns nullptr. |
public inline const float * GetMaxOrNull() const | Returns a pointer to Max_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetMax(const float & NewValue) | Sets the value of Max_Optional and also sets Max_IsSet to true. |
public inline void SetMax(float && NewValue) | Sets the value of Max_Optional and also sets Max_IsSet to true using move semantics. |
public inline void ClearMax() | Clears the value of Max_Optional and sets Max_IsSet to false. |
public inline bool IsMaxSet() const | Checks whether Max_Optional has been set. |
public inline void SetMaxToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsMaxNull() const | Checks whether Max_Optional is set to null. |
public inline float & GetAvg() | Gets the value of Avg_Optional, regardless of it having been set. |
public inline const float & GetAvg() const | Gets the value of Avg_Optional, regardless of it having been set. |
public inline const float & GetAvg(const float & DefaultValue) const | Gets the value of Avg_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetAvg(float & OutValue) const | Fills OutValue with the value of Avg_Optional and returns true if it has been set, otherwise returns false. |
public inline float * GetAvgOrNull() | Returns a pointer to Avg_Optional, if it has been set, otherwise returns nullptr. |
public inline const float * GetAvgOrNull() const | Returns a pointer to Avg_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetAvg(const float & NewValue) | Sets the value of Avg_Optional and also sets Avg_IsSet to true. |
public inline void SetAvg(float && NewValue) | Sets the value of Avg_Optional and also sets Avg_IsSet to true using move semantics. |
public inline void ClearAvg() | Clears the value of Avg_Optional and sets Avg_IsSet to false. |
public inline bool IsAvgSet() const | Checks whether Avg_Optional has been set. |
public inline void SetAvgToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsAvgNull() const | Checks whether Avg_Optional is set to null. |
public inline float & GetStddev() | Gets the value of Stddev_Optional, regardless of it having been set. |
public inline const float & GetStddev() const | Gets the value of Stddev_Optional, regardless of it having been set. |
public inline const float & GetStddev(const float & DefaultValue) const | Gets the value of Stddev_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetStddev(float & OutValue) const | Fills OutValue with the value of Stddev_Optional and returns true if it has been set, otherwise returns false. |
public inline float * GetStddevOrNull() | Returns a pointer to Stddev_Optional, if it has been set, otherwise returns nullptr. |
public inline const float * GetStddevOrNull() const | Returns a pointer to Stddev_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetStddev(const float & NewValue) | Sets the value of Stddev_Optional and also sets Stddev_IsSet to true. |
public inline void SetStddev(float && NewValue) | Sets the value of Stddev_Optional and also sets Stddev_IsSet to true using move semantics. |
public inline void ClearStddev() | Clears the value of Stddev_Optional and sets Stddev_IsSet to false. |
public inline bool IsStddevSet() const | Checks whether Stddev_Optional has been set. |
public inline void SetStddevToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsStddevNull() const | Checks whether Stddev_Optional is set to null. |
Members
public float Min_Optional
public bool Min_IsSet
true if Min_Optional has been set to a value
public bool Min_IsNull
true if Min_Optional has been explicitly set to null
public float Max_Optional
public bool Max_IsSet
true if Max_Optional has been set to a value
public bool Max_IsNull
true if Max_Optional has been explicitly set to null
public float Avg_Optional
public bool Avg_IsSet
true if Avg_Optional has been set to a value
public bool Avg_IsNull
true if Avg_Optional has been explicitly set to null
public float Stddev_Optional
public bool Stddev_IsSet
true if Stddev_Optional has been set to a value
public bool Stddev_IsNull
true if Stddev_Optional has been explicitly set to null
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
WriterJSON Writer stream to push .
public inline float & GetMin()
Gets the value of Min_Optional, regardless of it having been set.
public inline const float & GetMin() const
Gets the value of Min_Optional, regardless of it having been set.
public inline const float & GetMin(const float & DefaultValue) const
Gets the value of Min_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMin(float & OutValue) const
Fills OutValue with the value of Min_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetMinOrNull()
Returns a pointer to Min_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetMinOrNull() const
Returns a pointer to Min_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMin(const float & NewValue)
Sets the value of Min_Optional and also sets Min_IsSet to true.
public inline void SetMin(float && NewValue)
Sets the value of Min_Optional and also sets Min_IsSet to true using move semantics.
public inline void ClearMin()
Clears the value of Min_Optional and sets Min_IsSet to false.
public inline bool IsMinSet() const
Checks whether Min_Optional has been set.
public inline void SetMinToNull()
Sets the value explicitly to be treated as null.
public inline bool IsMinNull() const
Checks whether Min_Optional is set to null.
public inline float & GetMax()
Gets the value of Max_Optional, regardless of it having been set.
public inline const float & GetMax() const
Gets the value of Max_Optional, regardless of it having been set.
public inline const float & GetMax(const float & DefaultValue) const
Gets the value of Max_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetMax(float & OutValue) const
Fills OutValue with the value of Max_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetMaxOrNull()
Returns a pointer to Max_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetMaxOrNull() const
Returns a pointer to Max_Optional, if it has been set, otherwise returns nullptr.
public inline void SetMax(const float & NewValue)
Sets the value of Max_Optional and also sets Max_IsSet to true.
public inline void SetMax(float && NewValue)
Sets the value of Max_Optional and also sets Max_IsSet to true using move semantics.
public inline void ClearMax()
Clears the value of Max_Optional and sets Max_IsSet to false.
public inline bool IsMaxSet() const
Checks whether Max_Optional has been set.
public inline void SetMaxToNull()
Sets the value explicitly to be treated as null.
public inline bool IsMaxNull() const
Checks whether Max_Optional is set to null.
public inline float & GetAvg()
Gets the value of Avg_Optional, regardless of it having been set.
public inline const float & GetAvg() const
Gets the value of Avg_Optional, regardless of it having been set.
public inline const float & GetAvg(const float & DefaultValue) const
Gets the value of Avg_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetAvg(float & OutValue) const
Fills OutValue with the value of Avg_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetAvgOrNull()
Returns a pointer to Avg_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetAvgOrNull() const
Returns a pointer to Avg_Optional, if it has been set, otherwise returns nullptr.
public inline void SetAvg(const float & NewValue)
Sets the value of Avg_Optional and also sets Avg_IsSet to true.
public inline void SetAvg(float && NewValue)
Sets the value of Avg_Optional and also sets Avg_IsSet to true using move semantics.
public inline void ClearAvg()
Clears the value of Avg_Optional and sets Avg_IsSet to false.
public inline bool IsAvgSet() const
Checks whether Avg_Optional has been set.
public inline void SetAvgToNull()
Sets the value explicitly to be treated as null.
public inline bool IsAvgNull() const
Checks whether Avg_Optional is set to null.
public inline float & GetStddev()
Gets the value of Stddev_Optional, regardless of it having been set.
public inline const float & GetStddev() const
Gets the value of Stddev_Optional, regardless of it having been set.
public inline const float & GetStddev(const float & DefaultValue) const
Gets the value of Stddev_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetStddev(float & OutValue) const
Fills OutValue with the value of Stddev_Optional and returns true if it has been set, otherwise returns false.
public inline float * GetStddevOrNull()
Returns a pointer to Stddev_Optional, if it has been set, otherwise returns nullptr.
public inline const float * GetStddevOrNull() const
Returns a pointer to Stddev_Optional, if it has been set, otherwise returns nullptr.
public inline void SetStddev(const float & NewValue)
Sets the value of Stddev_Optional and also sets Stddev_IsSet to true.
public inline void SetStddev(float && NewValue)
Sets the value of Stddev_Optional and also sets Stddev_IsSet to true using move semantics.
public inline void ClearStddev()
Clears the value of Stddev_Optional and sets Stddev_IsSet to false.
public inline bool IsStddevSet() const
Checks whether Stddev_Optional has been set.
public inline void SetStddevToNull()
Sets the value explicitly to be treated as null.
public inline bool IsStddevNull() const
Checks whether Stddev_Optional is set to null.