Developer Notes

The actor on begin is working correctly and triggers the blueprint correctly.
The issue is with the comparison in the blueprint.
It compares FirstPersonCharacter string against "FirstPersonCharacter_C_1" this is because the character is instanced in the real game and isn't instanced when running from the editor.
You can test the blueprint using the print blueprint funciton.

Description

When a project is packaged and has the 'event actoronbegin' within a blueprint, the 'event actoronbegin' no longer responds. It does respond within the Editor though.

Packaged Project: [Link Removed]

Zipped Project:
[Link Removed]

Steps to Reproduce

1. Download the Zipped Project or the Packaged Project from in the description.
2. If Downloading the Zipped Project, please open the project
3. Ensure the 'Pick Up' is placed inside of the level
4. Check the 'Pick Up' blueprint and ensure it's to 'FirstPersonCharacter' not 'ThirdPersonCharacter'
5. Package the Project and run the .exe

Expected: The material of the static mesh should change per the blueprint coding
Result: The material never changes upon collision

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Non-Issue
ComponentUE - Foundation - Core - Cooker
Affects Versions4.9
Target Fix4.9
CreatedAug 4, 2015
ResolvedAug 6, 2015
UpdatedApr 27, 2018