Navigation
API > API/Plugins > API/Plugins/Paper2D > API/Plugins/Paper2D/UPaperGroupedSpriteComponent
Description
Update the transform for the instance specified. Instance is given in local space of this component unless bWorldSpace is set. Returns True on success.
| Name | UpdateInstanceTransform |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h |
| Include Path | #include "PaperGroupedSpriteComponent.h" |
| Source | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Sprite")
virtual bool UpdateInstanceTransform
(
int32 InstanceIndex,
const FTransform & NewInstanceTransform,
bool bWorldSpace,
bool bMarkRenderStateDirty,
bool bTeleport
)