Navigation
API > API/Runtime > API/Runtime/Engine
An interface for clients that manage ISM instances within a partition actor. This exists so that clients can inject custom logic around the manipulation of the underlying ISM instance.
The client ISM instances given to this API must be valid and belong to this instance manager. The instance manager implementation is free to assert or crash if that contract is broken.
| Name | UISMPartitionInstanceManager |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include Path | #include "ISMPartition/ISMPartitionInstanceManager.h" |
Syntax
class UISMPartitionInstanceManager : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UISMPartitionInstanceManager