Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Elements > API/Runtime/Engine/Elements/SMInstance
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterface
- USMInstanceManagerProvider
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include | #include "Elements/SMInstance/SMInstanceManager.h" |
Syntax
class USMInstanceManagerProvider : public UInterface
Remarks
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.