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