Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMPartition
Inheritance Hierarchy
- IISMPartitionInstanceManager
- FClientPlacementInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include | #include "ISMPartition/ISMPartitionInstanceManager.h" |
Syntax
class IISMPartitionInstanceManager
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDeleteISMPartitionInstance
(
const FISMClientInstanceId& InstanceId |
Can the given client ISM instance be deleted? | |
| bool | CanDuplicateISMPartitionInstance
(
const FISMClientInstanceId& InstanceId |
Can the given client ISM instance be duplicated? | |
| bool | CanEditISMPartitionInstance
(
const FISMClientInstanceId& InstanceId |
Can the given client ISM instance be edited? | |
| bool | CanMoveISMPartitionInstance
(
const FISMClientInstanceId& InstanceId, |
Can the given client ISM instance be moved in the world? | |
| bool | DeleteISMPartitionInstances
(
TArrayView< const FISMClientInstanceId > InstanceIds |
Attempt to delete the given client ISM instances. | |
| bool | DuplicateISMPartitionInstances
(
TArrayView< const FISMClientInstanceId > InstanceIds, |
Attempt to duplicate the given client ISM instances, retrieving the IDs of any new instances. | |
| FText | GetISMPartitionInstanceDisplayName
(
const FISMClientInstanceId& InstanceId |
Get the display name of the given client ISM instance. | |
| FText | GetISMPartitionInstanceTooltip
(
const FISMClientInstanceId& InstanceId |
Get the tooltip of the given client ISM instance. | |
| bool | GetISMPartitionInstanceTransform
(
const FISMClientInstanceId& InstanceId, |
Attempt to get the transform of the given client ISM instance. | |
| void | NotifyISMPartitionInstanceMovementEnded
(
const FISMClientInstanceId& InstanceId |
Notify that the given client ISM instance is done being moved. | |
| void | NotifyISMPartitionInstanceMovementOngoing
(
const FISMClientInstanceId& InstanceId |
Notify that the given client ISM instance is currently being moved. | |
| void | NotifyISMPartitionInstanceMovementStarted
(
const FISMClientInstanceId& InstanceId |
Notify that the given client ISM instance is about to be moved. | |
| void | NotifyISMPartitionInstanceSelectionChanged
(
const FISMClientInstanceId& InstanceId, |
Notify that the given client ISM instance selection state has changed. | |
| bool | SetISMPartitionInstanceTransform
(
const FISMClientInstanceId& InstanceId, |
Attempt to set the world transform of the given client ISM instance. |