The FatComponent class represents a group of Component classes.
Creating a SceneObject with a fat component will instantiate all the components in the scene object.
The components that are created through the FatComponent cannot be removed from the scene object.
This allows the runtime to improve scheduling and memory management for large scenes.
Examples fat components include SkeletalMesh and StaticMesh.
The FatComponent class represents a group of Component classes. Creating a SceneObject with a fat component will instantiate all the components in the scene object. The components that are created through the FatComponent cannot be removed from the scene object. This allows the runtime to improve scheduling and memory management for large scenes. Examples fat components include SkeletalMesh and StaticMesh.
See