9 lines
205 B
C++
9 lines
205 B
C++
|
// Copyright 2020 Phyronnaz
|
||
|
|
||
|
#include "VoxelEdGraph.h"
|
||
|
#include "VoxelGraphGenerator.h"
|
||
|
|
||
|
UVoxelGraphGenerator* UVoxelEdGraph::GetGenerator() const
|
||
|
{
|
||
|
return CastChecked<UVoxelGraphGenerator>(GetOuter());
|
||
|
}
|