Actors
CAT Assembly Actor
CAT Assembly Actor is the standard world Actor for an authored or runtime-loaded assembly.
Built-in components
- Scene Root
- CAT Assembly Component
- CAT Grabbable Component
- Editor preview mesh components
Key properties
| Property | Purpose |
|---|---|
Source Asset |
Part Model or Assembly Asset used for initialization |
Auto Enter Simulation |
Enters physics simulation after successful authority initialization |
Common Blueprint nodes
Get Assembly ComponentGet Source AssetGet Source Part Model AssetGet Source Assembly AssetInitialize From Source AssetInitialize From Part Model AssetInitialize From Assembly AssetSet Source From Part ModelSet Source From Assembly
Networking
The Actor replicates its Source Asset and movement. Initialization and source replacement are authority-only operations.
Typical use
Use a placed Actor for authored level content. Spawn an Actor on the server when loading a saved assembly or creating runtime topology.