0x00x0238
Members 7
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Instances | TArray<FMoodletInstance> | NetRepNotify+4 flags | [] | |
| 0x00C8 | 0x18 | padding / unreflected | |||
| 0x50 | ActiveEffects | TMap<FName, FEffectList> | 2 flags | <TMap> | |
| 0x08 | CachedAttrComp | UCharacterAttributesComponent* | 8 flags | nullptr | |
| 0x50 | DisplayedMoodletIds | TSet<FName> | Transient+1 flags | <TSet> | |
| 0x50 | MoodletAssetCache | TMap<FName, TSoftObjectPtr<UPDA_MoodletData>> | Transient+2 flags | <TMap> | |
| 0x08 | CachedScreenEffectsComp | UScreenEffectsComponent* | Transient+8 flags | nullptr | |
| 0x50 | ActiveMoodletVFX | TMap<FName, UNiagaraComponent*> | Transient+5 flags | <TMap> | |
| 0x0230 | 0x08 | unreflected bytes to end of UMoodletComponent | |||
Inherited from UActorComponent 15
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x30 | PrimaryComponentTick | FActorComponentTickFunction | 3 flags | {} | |
| 0x10 | ComponentTags | TArray<FName> | 4 flags | [] | |
| 0x10 | AssetUserData | TArray<UAssetUserData*> | Protected+8 flags | [] | |
| 0x0088 | 0x04 | padding / unreflected | |||
| 0x04 | UCSSerializationIndex | int32 | 5 flags | -1 | |
| 0x0090 | 0x04 | padding / unreflected | |||
| 0x01 | bNetAddressable : 1bit 5 | bool | Protected+3 flags | false | |
| 0x01 | bReplicateUsingRegisteredSubObjectList : 1bit 6 | bool | Protected+9 flags | false | |
| 0x01 | bReplicates : 1bit 7 | bool | Net+7 flags | false | |
| 0x0095 | 0x01 | padding / unreflected | |||
| 0x01 | bAutoActivate : 1bit 3 | bool | 6 flags | false | |
| 0x01 | bIsActive : 1bit 4 | bool | NetTransient+4 flags | false | |
| 0x01 | bEditableWhenInherited : 1bit 5 | bool | 5 flags | true | |
| 0x01 | bCanEverAffectNavigation : 1bit 7 | bool | Protected+6 flags | false | |
| 0x01 | bIsEditorOnly : 1bit 1 | bool | 6 flags | false | |
| 0x0098 | 0x19 | padding / unreflected | |||
| 0x01 | CreationMethod | EComponentCreationMethod | 5 flags | Native | |
| 0x01 | OnComponentActivated | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x01 | OnComponentDeactivated | FMulticastScriptDelegate | 4 flags | <delegate> | |
Functions 10
| Signature | Flags | Native | Params |
|---|---|---|---|
| void OnRep_Instances() | FinalNative+1 flags | 0x00 | |
| void Multicast_SpawnMoodletVFX(const FName& MoodletID, UPDA_MoodletData* Data) | NativeEvent+1 flags | 0x10 | |
| void Multicast_NotifyMoodletWearOffStarted(UPDA_MoodletData* Data, float WearOffTime) | NativeEvent+1 flags | 0x0C | |
| void Multicast_NotifyMoodletWearOffCancelled(UPDA_MoodletData* Data) | NativeEvent+1 flags | 0x08 | |
| void Multicast_NotifyMoodletExtended(UPDA_MoodletData* Data, float NewRemainingTime, float NewMaxTime) | NativeEvent+1 flags | 0x10 | |
| void Multicast_DestroyMoodletVFX(const FName& MoodletID) | NativeEvent+1 flags | 0x08 | |
| void Multicast_BroadcastMoodletToggle(bool bWasAdded, UPDA_MoodletData* Data, int32 RemainingStacks) | NativeEvent+1 flags | 0x14 | |
| bool HasMoodlet(UPDA_MoodletData* Data) | FinalNative+1 flags | 0x09 | |
| int32 GetNumberOfStacks(UPDA_MoodletData* Data) | FinalNative+1 flags | 0x0C | |
| float GetMoodletRemainingTime(UPDA_MoodletData* Data, const bool& bOutIsCountingDown, const float& OutMaxTime) | FinalNative+1 flags | 0x14 |