Navigation
API > API/Runtime > API/Runtime/Engine
An interface for actors that can provide a manager for static mesh instances. This exists so that actors that indirectly manage instances can provide the correct underlying manager for the specific ISM component and instance.
The static mesh instances given to this API must be valid. The instance manager provider implementation is free to assert or crash if that contract is broken.
| Name | USMInstanceManagerProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include Path | #include "Elements/SMInstance/SMInstanceManager.h" |
Syntax
class USMInstanceManagerProvider : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → USMInstanceManagerProvider