Navigation
API > API/Runtime > API/Runtime/Core
Derived FInterface that co-allocates state of type T with the descriptor. Defined at namespace scope because local classes cannot have template members. When the TSharedPtr
| Name | TStatefulContextExtensionImpl |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Async/InheritedContext.h |
| Include Path | #include "Async/InheritedContext.h" |
Syntax
template<typename T>
struct TStatefulContextExtensionImpl : public UE::FInheritedContextExtension::FInterface
Inheritance Hierarchy
- FInheritedContextExtension::FInterface → TStatefulContextExtensionImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStatefulContextExtensionImpl
(
CtorArgs&&... InArgs |
Async/InheritedContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| State | T | Async/InheritedContext.h |