Navigation
API > API/Plugins > API/Plugins/InterchangeCommonParser > API/Plugins/InterchangeCommonParser/FAnimationPayloadQuery
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FromJson
(
const FString& JsonString |
InterchangeCommonAnimationPayload.h | ||
static void FromJson
(
const FString& JsonString, |
InterchangeCommonAnimationPayload.h |
FromJson(const FString &)
| Name | FromJson |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Public/InterchangeCommonAnimationPayload.h |
| Include Path | #include "InterchangeCommonAnimationPayload.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Private/InterchangeCommonAnimationPayload.cpp |
void FromJson
(
const FString & JsonString
)
FromJson(const FString &, TArray< FAnimationPayloadQuery > &)
| Name | FromJson |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Public/InterchangeCommonAnimationPayload.h |
| Include Path | #include "InterchangeCommonAnimationPayload.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Private/InterchangeCommonAnimationPayload.cpp |
static void FromJson
(
const FString & JsonString,
TArray < FAnimationPayloadQuery > & Queries
)