RHAPI_PortalUseRuleset
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PortalUseRuleset | A collection of Portal Use Rules. |
struct FRHAPI_PortalUseRuleset
struct FRHAPI_PortalUseRuleset
: public FRHAPI_Model
A collection of Portal Use Rules.
Summary
| Members | Descriptions |
|---|---|
public TMap< FString, FString > CustomData_Optional | Custom data associated with the resource. |
public bool CustomData_IsSet | true if CustomData_Optional has been set to a value |
public TMap< FString, TArray< ERHAPI_InventoryPortal > > Rules_Optional | |
public bool Rules_IsSet | true if Rules_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, FString > & GetCustomData() | Gets the value of CustomData_Optional, regardless of it having been set. |
public inline const TMap< FString, FString > & GetCustomData() const | Gets the value of CustomData_Optional, regardless of it having been set. |
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const | Gets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetCustomData(TMap< FString, FString > & OutValue) const | Fills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false. |
public inline TMap< FString, FString > * GetCustomDataOrNull() | Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr. |
public inline const TMap< FString, FString > * GetCustomDataOrNull() const | Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetCustomData(TMap< FString, FString > NewValue) | Sets the value of CustomData_Optional and also sets CustomData_IsSet to true. |
public inline void ClearCustomData() | Clears the value of CustomData_Optional and sets CustomData_IsSet to false. |
public inline TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules() | Gets the value of Rules_Optional, regardless of it having been set. |
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules() const | Gets the value of Rules_Optional, regardless of it having been set. |
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules(const TMap< FString, TArray< ERHAPI_InventoryPortal >> & DefaultValue) const | Gets the value of Rules_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetRules(TMap< FString, TArray< ERHAPI_InventoryPortal >> & OutValue) const | Fills OutValue with the value of Rules_Optional and returns true if it has been set, otherwise returns false. |
public inline TMap< FString, TArray< ERHAPI_InventoryPortal > > * GetRulesOrNull() | Returns a pointer to Rules_Optional, if it has been set, otherwise returns nullptr. |
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > * GetRulesOrNull() const | Returns a pointer to Rules_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetRules(TMap< FString, TArray< ERHAPI_InventoryPortal >> NewValue) | Sets the value of Rules_Optional and also sets Rules_IsSet to true. |
public inline void ClearRules() | Clears the value of Rules_Optional and sets Rules_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, FString > CustomData_Optional
Custom data associated with the resource.
public bool CustomData_IsSet
true if CustomData_Optional has been set to a value
public TMap< FString, TArray< ERHAPI_InventoryPortal > > Rules_Optional
public bool Rules_IsSet
true if Rules_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.
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 TMap< FString, FString > & GetCustomData()
Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData() const
Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const
Gets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCustomData(TMap< FString, FString > & OutValue) const
Fills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FString > * GetCustomDataOrNull()
Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FString > * GetCustomDataOrNull() const
Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCustomData(TMap< FString, FString > NewValue)
Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.
public inline void ClearCustomData()
Clears the value of CustomData_Optional and sets CustomData_IsSet to false.
public inline TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules()
Gets the value of Rules_Optional, regardless of it having been set.
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules() const
Gets the value of Rules_Optional, regardless of it having been set.
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > & GetRules(const TMap< FString, TArray< ERHAPI_InventoryPortal >> & DefaultValue) const
Gets the value of Rules_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetRules(TMap< FString, TArray< ERHAPI_InventoryPortal >> & OutValue) const
Fills OutValue with the value of Rules_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, TArray< ERHAPI_InventoryPortal > > * GetRulesOrNull()
Returns a pointer to Rules_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, TArray< ERHAPI_InventoryPortal > > * GetRulesOrNull() const
Returns a pointer to Rules_Optional, if it has been set, otherwise returns nullptr.
public inline void SetRules(TMap< FString, TArray< ERHAPI_InventoryPortal >> NewValue)
Sets the value of Rules_Optional and also sets Rules_IsSet to true.
public inline void ClearRules()
Clears the value of Rules_Optional and sets Rules_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.