Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UE5 Packing fail #22

Open
fredguy opened this issue Feb 11, 2023 · 0 comments
Open

UE5 Packing fail #22

fredguy opened this issue Feb 11, 2023 · 0 comments

Comments

@fredguy
Copy link

fredguy commented Feb 11, 2023

DOn Works in PIE, but compiling fails with :
PackagingResults: Error: [Compiler] In use pin Target no longer exists on node Find Random Point Around Origin in Nav World . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] In use pin Navigation Actor no longer exists on node Find Random Point Around Origin in Nav World . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] In use pin Origin no longer exists on node Find Random Point Around Origin in Nav World . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] In use pin Distance no longer exists on node Find Random Point Around Origin in Nav World . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] In use pin Return Value no longer exists on node Find Random Point Around Origin in Nav World . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] Could not find a function named "FindRandomPointAroundOriginInNavWorld" in 'BTT_rdmFlyLoc'. PackagingResults: Error: [Compiler] In use pin Actor no longer exists on node Don Navigation Manager for Actor . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] In use pin Return Value no longer exists on node Don Navigation Manager for Actor . Please refresh node or break links to remove pin. from Source: /Game/1_EnemyStore/BT_tasks/BTT_rdmFlyLoc.BTT_rdmFlyLoc PackagingResults: Error: [Compiler] Could not find a function named "DonNavigationManagerForActor" in 'BTT_rdmFlyLoc'.

The BTT task uses the "don navigation managor" => "find random point around origin in nav world" with target, nav actor, origon and distance connected.
However, during packaging, somehow, the pin are being discarded within the behavior tree task during compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant