unreal.PCGGraphInterface

class unreal.PCGGraphInterface(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

PCGGraph Interface

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGGraph.h

get_const_pcg_graph() PCGGraph

Return the underlying PCG Graph for this interface.

Return type:

PCGGraph

get_mutable_pcg_graph() PCGGraph

Return the underlying PCG Graph for this interface.

Return type:

PCGGraph