Unreal-Voxel/Source/Voxel/Private/VoxelAgentInterface.cpp

12 lines
239 B
C++

#include "VoxelAgentInterface.h"
FIntVector IVoxelAgentInterface::GetAgentLocation_Implementation() const
{
return FIntVector(0);
}
FVector IVoxelAgentInterface::GetAgentPartialLocation_Implementation() const
{
return FVector(0.0f);
}