DRG-Femboy-Voice/Source/FSD/Private/MoveComponentToAction.cpp
2025-04-15 12:39:31 -07:00

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() {
}