MoveInstancesToNewComponent

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

MoveInstancesToNewComponent

(
    UPrimitiveComponent* InOldComp...,
    UPrimitiveComponent* InNewComp...
)

Change all instances based on one component to a new component (possible in another level).

Public function

void

 

MoveInstancesToNewComponent

(
    UPrimitiveComponent* InOldComp...,
    const FBox& InBoxWithInstancesToMo...,
    UPrimitiveComponent* InNewComp...
)

Change all instances based on one component to a new component (possible in another level).

Public function Static

void

 

MoveInstancesToNewComponent

(
    UWorld* InWorld,
    UPrimitiveComponent* InOldComp...,
    UPrimitiveComponent* InNewComp...
)

Change all instances based on one component to a new component (possible in another level).

Public function Static

void

 

MoveInstancesToNewComponent

(
    UWorld* InWorld,
    UPrimitiveComponent* InOldComp...,
    const FBox& InBoxWithInstancesToMo...,
    UPrimitiveComponent* InNewComp...
)

Change all instances based on one component to a new component (possible in another level).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss