Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/TJsonReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Set
(
ObjectType&& InObject |
Set's the object if it's not already set. | WebAPIJsonUtilities.h | |
bool Set
(
TSharedPtr< ObjectType >&& InObject |
Set's the object if it's not already set. | WebAPIJsonUtilities.h | |
bool Set
(
const TSharedPtr< ObjectType >& InObject |
Set's the object if it's not already set. | WebAPIJsonUtilities.h |
Set(ObjectType &&)
Description
Set's the object if it's not already set.
| Name | Set |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include Path | #include "WebAPIJsonUtilities.h" |
bool Set
(
ObjectType && InObject
)
Set(TSharedPtr< ObjectType > &&)
Description
Set's the object if it's not already set.
| Name | Set |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include Path | #include "WebAPIJsonUtilities.h" |
bool Set
(
TSharedPtr < ObjectType > && InObject
)
Set(const TSharedPtr< ObjectType > &)
Description
Set's the object if it's not already set.
| Name | Set |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIJsonUtilities.h |
| Include Path | #include "WebAPIJsonUtilities.h" |
bool Set
(
const TSharedPtr < ObjectType > & InObject
)