Skip to content

Is it possible to get BP's variable's changed value from python? #804

@arafat0007

Description

@arafat0007

In blueprint i have a variable of 'array of color array' type. In blueprint graph, i set new values in it and then call python script for further process.

When i access the variable from the python script, i get the initial value of the variable, not the set up ones. Is it possible to get the changed variable value from python.

to get value what i do,

  1. load asset object x = ue.load_object(parameter)
  2. then Array = x.GeneratedClass.get_cdo().ArrayOfBP

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions