Entity Instance Data
This page quickly outlines what Entity Instance Data is, what it is used for and some basic examples
What is it
Entity Instance Data can be defined for any Entity type node
It is used to override properties of the entity and its components, on a instance basis
This means you can make changes to once specific instance of an entity, without changing all the other ones which use the same
.ent
What can it do
It can change any component's properties, just like you would in WolvenKit
Often this is used for:
Changing component size or offset
Changing the mesh a component uses
Changing behavior of e.g. Doors and other devices
Setting up devices such as elevators and FT points
The sky is the limit, as you can change each components properties
It can be also very helpful for prototyping custom entities, as you get a realtime preview of the changes, for most properties
Example
You can see it being used in the guides for elevators, FT points and security areas
You can right-click any property or component to reset it back to default
Last updated
Was this helpful?