9 lines
338 B
C++
Executable file
9 lines
338 B
C++
Executable file
#include "MoveComponentToAction.h"
|
|
|
|
UMoveComponentToAction* UMoveComponentToAction::EaseComponentTo(UObject* WorldContext, USceneComponent* InComponent, FTransform InEndTransform, TEnumAsByte<EEasingFunc::Type> InEasingMode, bool InWorldSpace, float InDuration) {
|
|
return NULL;
|
|
}
|
|
|
|
UMoveComponentToAction::UMoveComponentToAction() {
|
|
}
|
|
|