0x00x0130
Members 8
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x01 | bOverride_ModifierName : 1bit 0 | bool | 3 flags | true | |
| 0x00A9 | 0x07 | padding / unreflected | |||
| 0x10 | ModifierName | FString | 5 flags | "" | |
| 0x01 | bOverride_Collections : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bOverride_ModifiersContainer : 1bit 1 | bool | 3 flags | true | |
| 0x01 | bOverride_DisabledCollections : 1bit 2 | bool | 3 flags | true | |
| 0x00C1 | 0x07 | padding / unreflected | |||
| 0x10 | Collections | TArray<FName> | 2 flags | [] | |
| 0x08 | ModifiersContainer | UMovieGraphMergeableModifierContainer* | 6 flags | /Script/MovieRenderPipelineCore.Default__MovieGraphModifier… | |
| 0x50 | DisabledCollections | TSet<FName> | 1 flags | <TSet> | |
Inherited from UMovieGraphNode 7
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | ScriptTags | TArray<FString> | 4 flags | [] | |
| 0x10 | InputPins | TArray<UMovieGraphPin*> | Protected+4 flags | [] | |
| 0x10 | OutputPins | TArray<UMovieGraphPin*> | Protected+4 flags | [] | |
| 0x10 | DynamicProperties | FInstancedPropertyBag | Protected+2 flags | {Value={}} | |
| 0x10 | ExposedPropertyInfo | TArray<FMovieGraphPropertyInfo> | Protected+2 flags | [] | |
| 0x01 | bIsDisabled : 1bit 0 | bool | Protected+3 flags | false | |
| 0x0091 | 0x03 | padding / unreflected | |||
| 0x10 | Guid | FGuid | Protected+5 flags | {A=0, B=0, C=0, D=0} | |
Functions 9
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetCollectionEnabled(const FName& InCollectionName, bool bIsCollectionEnabled) | FinalNative+1 flags | 0x09 | |
| bool RemoveModifier(TSubclassOf<UMovieGraphCollectionModifier> ModifierType) | FinalNative+1 flags | 0x09 | |
| bool RemoveCollection(const FName& InCollectionName) | FinalNative+1 flags | 0x09 | |
| bool IsCollectionEnabled(const FName& InCollectionName) | FinalNative+1 flags | 0x09 | |
| TArray<UMovieGraphCollectionModifier*> GetModifiers() | FinalNative+1 flags | 0x10 | |
| UMovieGraphCollectionModifier* GetModifier(TSubclassOf<UMovieGraphCollectionModifier> ModifierType) | FinalNative+1 flags | 0x10 | |
| TArray<FName> GetCollections() | FinalNative+1 flags | 0x10 | |
| UMovieGraphCollectionModifier* AddModifier(TSubclassOf<UMovieGraphCollectionModifier> ModifierType) | FinalNative+1 flags | 0x10 | |
| void AddCollection(const FName& InCollectionName) | FinalNative+1 flags | 0x08 |