Streamline/clarify usage of AnimGraphBlendTree::m_*_buffer/storage #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ideally:
For input and output buffers the corresponding socket ptr_ptrs point to null while they are not connected. When they are connected, they point to actual memory locations.
This could also help to identify which output sockets have to be activated during the first blend tree evaluation sweep.