Skip to content

compile error with NodeState #156

@Lishen1

Description

@Lishen1

class NodeState have no dll interface.

/// Contains vectors of connected input and output connections.
/// Stores bool for reacting on hovering connections
class  NodeState
{
public:

instead of

/// Contains vectors of connected input and output connections.
/// Stores bool for reacting on hovering connections
class NODE_EDITOR_PUBLIC NodeState
{
public:

so, this class is unusable in library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions