mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
12 lines
410 B
C++
12 lines
410 B
C++
#include "FortCreativeObjectTrackingComponent.h"
|
|
|
|
void UFortCreativeObjectTrackingComponent::ServerSetPreviewLocation_Implementation(bool bPreviewActive, const FVector& Location) {
|
|
}
|
|
bool UFortCreativeObjectTrackingComponent::ServerSetPreviewLocation_Validate(bool bPreviewActive, const FVector& Location) {
|
|
return true;
|
|
}
|
|
|
|
UFortCreativeObjectTrackingComponent::UFortCreativeObjectTrackingComponent() {
|
|
}
|
|
|