Dynamic References
- Module Name:
- NexusDynamicReferences / NDynamicReferences
- Initial Release:
- 0.1.0
- Description:
- Method for referring to runtime Actors without knowing them.
- BP Category:
NEXUS > Dynamic References- Area Owner:
- @reapazor
This plugin functions in a service locator pattern for AActors with some benefits:
- Decoupling: Removes hard dependencies between
AActors. - Flexibility: Easy to add/remove
AActorsfrom reference groups at runtime. - Scalability: Can handle many
AActorsof the same type without performance issues. - Blueprint Integration: Fully accessible from Blueprint for designers.
Utilzing this pattern allows for developers to reference collections of typed objects safely without any direct knowledge of them at author-time.
📄️ Quickstart
What you need to know to get up and running fast using NDynamicReferences.
🗃️ Types
3 items
📄️ Samples
The sample content provided for NDynamicReferences.
📄️ FAQ
Frequently Asked Questions.