Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UDEPRECATED_LightWeightInstanceBlueprintFunctionLibrary |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/LightWeightInstanceBlueprintFunctionLibrary.h |
| Include Path | #include "GameFramework/LightWeightInstanceBlueprintFunctionLibrary.h" |
Syntax
UCLASS (MinimalAPI, Deprecated,
Meta=(DeprecationMessage="Deprecated in 5.8. Consider using InstancedActors for similar functionality"))
class UDEPRECATED_LightWeightInstanceBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UDEPRECATED_LightWeightInstanceBlueprintFunctionLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FActorInstanceHandle ConvertActorToLightWeightInstance
(
AActor* Actor |
Returns a handle to the light weight representation and destroys Actor if successful; Returns a handle to Actor otherwise. | GameFramework/LightWeightInstanceBlueprintFunctionLibrary.h |
|
static FActorInstanceHandle CreateNewLightWeightInstance
(
UClass* ActorClass, |
Returns a handle to a new light weight instance that represents an object of type ActorClass. | GameFramework/LightWeightInstanceBlueprintFunctionLibrary.h |
|