unreal.PCGContext

class unreal.PCGContext

Bases: StructBase

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGContext.h

get_actor_data() → PCGData

Prefer using GetActorDataWithContext

Return type:

PCGData

get_component() → PCGComponent

Prefer using GetComponentWithContext

Return type:

PCGComponent

get_input_data() → PCGData

Prefer using GetInputDataWithContext

Return type:

PCGData

get_original_component() → PCGComponent

Prefer using GetOriginalComponentWithContext

Return type:

PCGComponent

get_settings() → PCGSettings

Prefer using GetSettingsWithContext

Return type:

PCGSettings

get_target_actor(spatial_data) → Actor

Prefer using GetTargetActorWithContext

Parameters:

spatial_data (PCGSpatialData)

Return type:

Actor

get_task_id() → int64

Prefer using GetTaskIdWithContext

Return type:

int64