Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
Syntax
class ExternalResourceProvider
Remarks
Interface to request external images used as parameters.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Ensure virtual destruction. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TTuple< UE::Tasks::FTask, TFunction< void()> > | GetImageAsync
(
FName Id, |
Returns the completion event and a cleanup function that must be called once event is completed. | |
| mu::FImageDesc | GetImageDesc
(
FName Id, |
||
| TTuple< UE::Tasks::FTask, TFunction< void()> > | GetMeshAsync
(
FName Id, |
Returns the completion event and a cleanup function that must be called once event is completed. | |
| TTuple< UE::Tasks::FTask, TFunction< void()> > | GetReferencedImageAsync
(
const void* ModelPtr, |
||
| TTuple< UE::Tasks::FTask, TFunction< void()> > | GetReferencedMeshAsync
(
const void* ModelPtr, |