Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'NDCAccess Context Legacy' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | NDCAccess Context Legacy |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Location | In cases where there is no owning component for data being read or written to a data channel, we simply pass in a location. We can also use this when bOverrideLocaiton is set. |
| boolean | Override Location | If true, even if an owning component is set, the data channel should use the Location value rather than the component location. If this is false, the NDC will get any location needed from the owning component. |
| object | Owning Component |