Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/FLightWeightInstanceSubsystem
| Type | Name | Description | |
|---|---|---|---|
| ALightWeightInstanceManager * | FindLightWeightInstanceManager
(
const FActorInstanceHandle& Handle |
Returns the instance manager that handles the given handle. | |
| ALightWeightInstanceManager * | FindLightWeightInstanceManager
(
UClass* ActorClass, |
Use the version that takes in a position. | |
| ALightWeightInstanceManager * | FindLightWeightInstanceManager
(
UClass& ActorClass, |
Returns the instance manager that handles actors of type ActorClass in level Level. |