Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
A body texture synthesis service request
| Name | FBodyTextureSynthesisServiceRequest |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Cloud/MetaHumanTextureSynthesisServiceRequest.h |
| Include Path | #include "Cloud/MetaHumanTextureSynthesisServiceRequest.h" |
Syntax
class FBodyTextureSynthesisServiceRequest : public UE::MetaHuman::detail::FTextureSynthesisServiceRequestBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMetaHumanServiceRequestBase → FTextureSynthesisServiceRequestBase → FBodyTextureSynthesisServiceRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBodyTextureSynthesisServiceRequest() |
Cloud/MetaHumanTextureSynthesisServiceRequest.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBodyTextureSynthesisRequestCompleteDelegate | TBaseDelegate_OneParam< void, TSharedPtr< FBodyHighFrequencyData > BodyHighFrequencyData > | This delegate is invoked for each completed synthesis request | Cloud/MetaHumanTextureSynthesisServiceRequest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BodyTextureSynthesisRequestCompleteDelegate | FBodyTextureSynthesisRequestCompleteDelegate | Cloud/MetaHumanTextureSynthesisServiceRequest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestTexturesAsync
(
TConstArrayView< FBodyTextureRequestParams > TexturesToRequestParams |
Issue requests for the given list of texture types NOTE that only ONE success OR ONE failure callback will be invoked | Cloud/MetaHumanTextureSynthesisServiceRequest.h |
Protected
Overridden from FTextureSynthesisServiceRequestBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoBuildRequestImpl
(
FString& InOutRequestUrl, |
Cloud/MetaHumanTextureSynthesisServiceRequest.h |
Overridden from FMetaHumanServiceRequestBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRequestCompleted
(
const TArray< uint8 >& Response, |
Invoked when the request is complete and a response payload is available the subclass is expected to package this into a adapter and forward to a service specific user delegate | Cloud/MetaHumanTextureSynthesisServiceRequest.h |