RHAPI_TimeFrames
RHAPI_TimeFrames
Summary
Members | Descriptions |
---|---|
struct FRHAPI_TimeFrames | A collection of Time Frames by Time Frame ID. |
struct FRHAPI_TimeFrames
struct FRHAPI_TimeFrames
: public FRHAPI_Model
A collection of Time Frames by Time Frame ID.
Summary
Members | Descriptions |
---|---|
public TMap< FString, FRHAPI_TimeFrame > TimeFrames_Optional | Time Frames mapped by Time Frame ID. |
public bool TimeFrames_IsSet | true if TimeFrames_Optional has been set to a value |
public FRHAPI_CacheInfo CacheInfo_Optional | |
public bool CacheInfo_IsSet | true if CacheInfo_Optional has been set to a value |
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 TMap< FString, FRHAPI_TimeFrame > & GetTimeFrames () | Gets the value of TimeFrames_Optional, regardless of it having been set. |
public inline const TMap< FString, FRHAPI_TimeFrame > & GetTimeFrames () const | Gets the value of TimeFrames_Optional, regardless of it having been set. |
public inline const TMap< FString, FRHAPI_TimeFrame > & GetTimeFrames (const TMap< FString, FRHAPI_TimeFrame > & DefaultValue) const | Gets the value of TimeFrames_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetTimeFrames (TMap< FString, FRHAPI_TimeFrame > & OutValue) const | Fills OutValue with the value of TimeFrames_Optional and returns true if it has been set, otherwise returns false. |
public inline TMap< FString, FRHAPI_TimeFrame > * GetTimeFramesOrNull () | Returns a pointer to TimeFrames_Optional, if it has been set, otherwise returns nullptr. |
public inline const TMap< FString, FRHAPI_TimeFrame > * GetTimeFramesOrNull () const | Returns a pointer to TimeFrames_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetTimeFrames (TMap< FString, FRHAPI_TimeFrame > NewValue) | Sets the value of TimeFrames_Optional and also sets TimeFrames_IsSet to true. |
public inline void ClearTimeFrames () | Clears the value of TimeFrames_Optional and sets TimeFrames_IsSet to false. |
public inline FRHAPI_CacheInfo & GetCacheInfo () | Gets the value of CacheInfo_Optional, regardless of it having been set. |
public inline const FRHAPI_CacheInfo & GetCacheInfo () const | Gets the value of CacheInfo_Optional, regardless of it having been set. |
public inline const FRHAPI_CacheInfo & GetCacheInfo (const FRHAPI_CacheInfo & DefaultValue) const | Gets the value of CacheInfo_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetCacheInfo ( FRHAPI_CacheInfo & OutValue) const | Fills OutValue with the value of CacheInfo_Optional and returns true if it has been set, otherwise returns false. |
public inline FRHAPI_CacheInfo * GetCacheInfoOrNull () | Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr. |
public inline const FRHAPI_CacheInfo * GetCacheInfoOrNull () const | Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetCacheInfo ( FRHAPI_CacheInfo NewValue) | Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true. |
public inline void ClearCacheInfo () | Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false. |
Members
public TMap< FString,
FRHAPI_TimeFrame
>
TimeFrames_Optional
Time Frames mapped by Time Frame ID.
#### `public bool `[`TimeFrames_IsSet`](#structFRHAPI__TimeFrames_1abc179739c5b667f1fbe350aacd64f941)
true if TimeFrames_Optional has been set to a value
#### `public `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` `[`CacheInfo_Optional`](#structFRHAPI__TimeFrames_1a658dd30efd4811f5113ac01e04a590f4)
#### `public bool `[`CacheInfo_IsSet`](#structFRHAPI__TimeFrames_1a4f869a5a8f88fa36afadc371a9e5498a)
true if CacheInfo_Optional has been set to a value
#### `public virtual bool `[`FromJson`](#structFRHAPI__TimeFrames_1ae878fe3b3c90541d724f10fc6f314553)`(const TSharedPtr< FJsonValue > & JsonValue)`
Fills this object with data from the passed in JSON.
Parameters
JsonValue
Data from the API call.
Returns
true if parsing of the JSON data was successful.
#### `public virtual void `[`WriteJson`](#structFRHAPI__TimeFrames_1af19b5115fb551f63293d5e526bbea6a0)`(TSharedRef< TJsonWriter<>> & Writer) const`
Writes the data from this object into the specified JSON Writer stream.
Parameters
Writer
JSON Writer stream to push .
#### `public inline TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > & `[`GetTimeFrames`](#structFRHAPI__TimeFrames_1a0de07dc2f3be8a9ddf80f432abd04ac2)`()`
Gets the value of TimeFrames_Optional, regardless of it having been set.
#### `public inline const TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > & `[`GetTimeFrames`](#structFRHAPI__TimeFrames_1a92572355f05fcf7a8444dff1631781ae)`() const`
Gets the value of TimeFrames_Optional, regardless of it having been set.
#### `public inline const TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > & `[`GetTimeFrames`](#structFRHAPI__TimeFrames_1a6039960c7cb3ca287c1454a4654f516f)`(const TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > & DefaultValue) const`
Gets the value of TimeFrames_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetTimeFrames`](#structFRHAPI__TimeFrames_1afb3119beec255e6853e5e9ae8eba508e)`(TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > & OutValue) const`
Fills OutValue with the value of TimeFrames_Optional and returns true if it has been set, otherwise returns false.
#### `public inline TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > * `[`GetTimeFramesOrNull`](#structFRHAPI__TimeFrames_1a1eb971c80b89995829a7e6e75fb6d6d4)`()`
Returns a pointer to TimeFrames_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > * `[`GetTimeFramesOrNull`](#structFRHAPI__TimeFrames_1a8a84f1d040479d378e3f01590b5330a4)`() const`
Returns a pointer to TimeFrames_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetTimeFrames`](#structFRHAPI__TimeFrames_1a342bc17e411933efa817ffaef12b9ac9)`(TMap< FString, `[`FRHAPI_TimeFrame`](RHAPI_TimeFrame.md#structFRHAPI__TimeFrame)` > NewValue)`
Sets the value of TimeFrames_Optional and also sets TimeFrames_IsSet to true.
#### `public inline void `[`ClearTimeFrames`](#structFRHAPI__TimeFrames_1a92daf6e6ae00995223c00ed1764513ac)`()`
Clears the value of TimeFrames_Optional and sets TimeFrames_IsSet to false.
#### `public inline `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__TimeFrames_1afdce661d2525303ec4f6efd32d6267a6)`()`
Gets the value of CacheInfo_Optional, regardless of it having been set.
#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__TimeFrames_1a244e574ac594017a49cedd06d9833c7e)`() const`
Gets the value of CacheInfo_Optional, regardless of it having been set.
#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__TimeFrames_1a102ea5ffca49bf4c8f266282dcc69659)`(const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & DefaultValue) const`
Gets the value of CacheInfo_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetCacheInfo`](#structFRHAPI__TimeFrames_1abc908c43a015dc171892dcfd5935e2e4)`(`[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & OutValue) const`
Fills OutValue with the value of CacheInfo_Optional and returns true if it has been set, otherwise returns false.
#### `public inline `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` * `[`GetCacheInfoOrNull`](#structFRHAPI__TimeFrames_1a579bb68ed372843a81b04429f24b624e)`()`
Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` * `[`GetCacheInfoOrNull`](#structFRHAPI__TimeFrames_1a8a84c2ed7f86c298bea23afd5c543d3d)`() const`
Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetCacheInfo`](#structFRHAPI__TimeFrames_1a1f1b825a37d54eb121adfbde6148df66)`(`[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` NewValue)`
Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true.
#### `public inline void `[`ClearCacheInfo`](#structFRHAPI__TimeFrames_1a44c43ad3220c43980b0743df8de23078)`()`
Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.