![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Typedefs | |
| typedef TSharedRef< TJsonWriter<> > | FJsonWriterRef |
Functions | |
| template<typename ValueType > | |
| void | WriteValue (FJsonWriterRef Writer, const FString &Key, const ValueType &Value) |
| void | WriteNull (FJsonWriterRef Writer, const FString &Key) |
| void | WriteArrayStart (FJsonWriterRef Writer, const FString &Key) |
| void | WriteObjectStart (FJsonWriterRef Writer, const FString &Key) |
| void | WriteRaw (FJsonWriterRef Writer, const FString &Key, const FString &Value) |
| template<typename ValueType > | |
| void | WriteValue (FJsonWriterRef Writer, const int, const ValueType &Value) |
| void | WriteNull (FJsonWriterRef Writer, int) |
| void | WriteArrayStart (FJsonWriterRef Writer, int) |
| void | WriteObjectStart (FJsonWriterRef Writer, int) |
| void | WriteRaw (FJsonWriterRef Writer, int, const FString &Value) |
| template<typename KeyType > | |
| bool | WriteJsParam (FNativeJSScriptingRef Scripting, FJsonWriterRef Writer, const KeyType &Key, FWebJSParam &Param) |
| template<typename FPropertyType , typename PropertyType > | |
| bool | SetPropertyValue (FProperty *Property, FProperty *Outer, void *Data, int32 ArrayIndex, const PropertyType &Value) |
Variables | |
| const FString | ExecuteMethodCommand = TEXT("ExecuteUObjectMethod") |
| bool NativeFuncs::SetPropertyValue | ( | FProperty * | Property, |
| FProperty * | Outer, | ||
| void * | Data, | ||
| int32 | ArrayIndex, | ||
| const PropertyType & | Value | ||
| ) |
Sets the value of the given property.
| Property | The property to set. |
| Outer | The property that contains the property to be set, if any. |
| Data | A pointer to the memory holding the property's data. |
| ArrayIndex | The index of the element to set (if the property is an array). |
| void NativeFuncs::WriteArrayStart | ( | FJsonWriterRef | Writer, |
| const FString & | Key | ||
| ) |
| void NativeFuncs::WriteArrayStart | ( | FJsonWriterRef | Writer, |
| int | |||
| ) |
| bool NativeFuncs::WriteJsParam | ( | FNativeJSScriptingRef | Scripting, |
| FJsonWriterRef | Writer, | ||
| const KeyType & | Key, | ||
| FWebJSParam & | Param | ||
| ) |
| void NativeFuncs::WriteNull | ( | FJsonWriterRef | Writer, |
| const FString & | Key | ||
| ) |
| void NativeFuncs::WriteNull | ( | FJsonWriterRef | Writer, |
| int | |||
| ) |
| void NativeFuncs::WriteObjectStart | ( | FJsonWriterRef | Writer, |
| const FString & | Key | ||
| ) |
| void NativeFuncs::WriteObjectStart | ( | FJsonWriterRef | Writer, |
| int | |||
| ) |
| void NativeFuncs::WriteRaw | ( | FJsonWriterRef | Writer, |
| const FString & | Key, | ||
| const FString & | Value | ||
| ) |
| void NativeFuncs::WriteRaw | ( | FJsonWriterRef | Writer, |
| int | , | ||
| const FString & | Value | ||
| ) |
| void NativeFuncs::WriteValue | ( | FJsonWriterRef | Writer, |
| const FString & | Key, | ||
| const ValueType & | Value | ||
| ) |
| void NativeFuncs::WriteValue | ( | FJsonWriterRef | Writer, |
| const int | , | ||
| const ValueType & | Value | ||
| ) |
| const FString NativeFuncs::ExecuteMethodCommand = TEXT("ExecuteUObjectMethod") |