Skip to content

Delegate assigned to the wrong trigger component #1

@Nahor

Description

@Nahor

Trigger1->OnComponentBeginOverlap.AddDynamic(this, &AFixedCameraTrigger::OnTriggerBeginOverlap2);

The delegate is created for Trigger1 when it should be Trigger2 (delegate for Trigger1 being created one line above, L57)

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