Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/TJsonReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ObjectType * Get () |
Returns the object referenced by this Json Reference, creating it if it doesn't exist. | WebAPIJsonUtilities.h | |
ObjectType * Get () |
Returns the object referenced by this Json Reference, or nullptr if it doesn't exist. | WebAPIJsonUtilities.h |
Get()
Description
Returns the object referenced by this Json Reference, creating it if it doesn't exist.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include Path | #include "WebAPIJsonUtilities.h" |
ObjectType * Get()
Get()
Description
Returns the object referenced by this Json Reference, or nullptr if it doesn't exist.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include Path | #include "WebAPIJsonUtilities.h" |
ObjectType * Get() const