Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > AGroupActor
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h |
Include | #include "Editor/GroupActor.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp |
void GroupApplyDelta
&40;
const FVector & InDrag,
const FRotator & InRot,
const FVector & InScale
&41;
Remarks
Apply given deltas to all actors and subgroups for this group.
Parameters
Name | Description |
---|---|
InDrag | Delta Transition |
InRot | Delta Rotation |
InScale | Delta Scale |