Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'ComponentReference' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Component Reference |
Outputs
Type | Name | Description |
---|---|---|
object | Referenced Actor | Weak Pointer to a different Actor that owns the Component.If this is not provided the reference refers to a component on this / the same actor. |
name | Component Name | Name of component to use. If this is not specified the reference refers to the root component. |