Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Subclass contexts must derive from this class for appropriate lifetimes.
| Name | FRequestContextBase |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Cloud/MetaHumanServiceRequest.h |
| Include Path | #include "Cloud/MetaHumanServiceRequest.h" |
Syntax
class FRequestContextBase : public TSharedFromThis< FRequestContextBase, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRequestContextBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Cloud/MetaHumanServiceRequest.h | |||
FRequestContextBase
(
TSharedRef< FMetaHumanServiceRequestBase > Owner |
Cloud/MetaHumanServiceRequest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRequestContextBase() |
Cloud/MetaHumanServiceRequest.h |
Structs
| Name | Remarks |
|---|---|
| FImpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseImpl | TPimplPtr< FImpl > | Cloud/MetaHumanServiceRequest.h |