Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Observed Component' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Observed Component |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Cache Name | Unique name for the cache, used as a key into the cache collection |
| struct | Soft Component Ref | The component observed by this object for either playback or recording |
| boolean | Is Simulating | Capture of the initial state of the component before cache manager takes control. |
| boolean | Playback Enabled | Whether this component is enabled for playback, this allow a cache to hold many component but only replay some of them. |
| struct | USDCache Directory | USD cache directory, if supported for this simulated structure type. |
| boolean | Has Notify Breaks | Capture the state of bNotifyBreaks of the component before cache manager takes control.this is because when recording the cache needs the component to have bNotifyBreaks set on the componentto be able to properly record when clusters are breaking into smaller pieces |