-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Allow the creation of handles from runtime values in bsn! #23822
Copy link
Copy link
Open
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsA-ScenesComposing and serializing ECS objectsComposing and serializing ECS objectsC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changesX-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Milestone
Metadata
Metadata
Assignees
Labels
A-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsA-ScenesComposing and serializing ECS objectsComposing and serializing ECS objectsC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changesX-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Needs SME Triage
What problem does this solve or what need does it fill?
You will still need to pass a handle from outside or add it manually in
template(...).Allowing create a handle in-place when authoring a scene function. It is more ergonomic to compose related data of one component.
What solution would you like?
Add a
HandleTemplate::Insert(...)to create a handle directly from value.Additional context
This may also works when composing a bsn file, I think.