CelticCraft/Plugins/VoxelFree/Source/VoxelGraphEditor/Private/VoxelEdGraph.cpp

9 lines
No EOL
205 B
C++

// Copyright 2020 Phyronnaz
#include "VoxelEdGraph.h"
#include "VoxelGraphGenerator.h"
UVoxelGraphGenerator* UVoxelEdGraph::GetGenerator() const
{
return CastChecked<UVoxelGraphGenerator>(GetOuter());
}