-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a782c2
commit b83115b
Showing
812 changed files
with
678,299 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
|
||
/******************************************************** | ||
* * | ||
* Package generated using UEDumper by Spuckwaffel. * | ||
* * | ||
********************************************************/ | ||
|
||
/// dependency: BasicType | ||
/// dependency: CoreUObject | ||
/// dependency: Engine | ||
|
||
/// Class /Script/ACLPlugin.AnimationCompressionLibraryDatabase | ||
/// Size: 0x0100 (0x000028 - 0x000128) | ||
class UAnimationCompressionLibraryDatabase : public UObject | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 296; | ||
|
||
public: | ||
CMember(TArray<char>) CookedCompressedBytes OFFSET(get<T>, {0x28, 16, 0, 0}) | ||
CMember(TArray<uint64_t>) CookedAnimSequenceMappings OFFSET(get<T>, {0x38, 16, 0, 0}) | ||
DMember(uint32_t) MaxStreamRequestSizeKB OFFSET(get<uint32_t>, {0x120, 4, 0, 0}) | ||
|
||
|
||
/// Functions | ||
// Function /Script/ACLPlugin.AnimationCompressionLibraryDatabase.SetVisualFidelity | ||
// void SetVisualFidelity(class UObject* WorldContextObject, FLatentActionInfo LatentInfo, class UAnimationCompressionLibraryDatabase* DatabaseAsset, ACLVisualFidelityChangeResult& Result, ACLVisualFidelity VisualFidelity); // [0xbbc4d1c] Final|Native|Static|Public|HasOutParms|BlueprintCallable | ||
// Function /Script/ACLPlugin.AnimationCompressionLibraryDatabase.GetVisualFidelity | ||
// ACLVisualFidelity GetVisualFidelity(class UAnimationCompressionLibraryDatabase* DatabaseAsset); // [0xbbc4c9c] Final|Native|Static|Public|BlueprintCallable | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimBoneCompressionCodec_ACLBase | ||
/// Size: 0x0000 (0x000038 - 0x000038) | ||
class UAnimBoneCompressionCodec_ACLBase : public UAnimBoneCompressionCodec | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 56; | ||
|
||
public: | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimBoneCompressionCodec_ACL | ||
/// Size: 0x0000 (0x000038 - 0x000038) | ||
class UAnimBoneCompressionCodec_ACL : public UAnimBoneCompressionCodec_ACLBase | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 56; | ||
|
||
public: | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimBoneCompressionCodec_ACLCustom | ||
/// Size: 0x0000 (0x000038 - 0x000038) | ||
class UAnimBoneCompressionCodec_ACLCustom : public UAnimBoneCompressionCodec_ACLBase | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 56; | ||
|
||
public: | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimBoneCompressionCodec_ACLDatabase | ||
/// Size: 0x0008 (0x000038 - 0x000040) | ||
class UAnimBoneCompressionCodec_ACLDatabase : public UAnimBoneCompressionCodec_ACLBase | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 64; | ||
|
||
public: | ||
CMember(class UAnimationCompressionLibraryDatabase*) DatabaseAsset OFFSET(get<T>, {0x38, 8, 0, 0}) | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimBoneCompressionCodec_ACLSafe | ||
/// Size: 0x0000 (0x000038 - 0x000038) | ||
class UAnimBoneCompressionCodec_ACLSafe : public UAnimBoneCompressionCodec_ACLBase | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 56; | ||
|
||
public: | ||
}; | ||
|
||
/// Class /Script/ACLPlugin.AnimCurveCompressionCodec_ACL | ||
/// Size: 0x0000 (0x000028 - 0x000028) | ||
class UAnimCurveCompressionCodec_ACL : public UAnimCurveCompressionCodec | ||
{ | ||
friend MDKHandler; | ||
static inline constexpr uint64_t __MDKClassSize = 40; | ||
|
||
public: | ||
}; | ||
|
||
/// Enum /Script/ACLPlugin.ACLRotationFormat | ||
/// Size: 0x03 | ||
enum class ACLRotationFormat : uint8_t | ||
{ | ||
ACLRF_Quat = 0, | ||
ACLRF_QuatDropW = 1, | ||
ACLRF_QuatDropW_Variable = 2 | ||
}; | ||
|
||
/// Enum /Script/ACLPlugin.ACLVectorFormat | ||
/// Size: 0x02 | ||
enum class ACLVectorFormat : uint8_t | ||
{ | ||
ACLVF_Vector3 = 0, | ||
ACLVF_Vector3_Variable = 1 | ||
}; | ||
|
||
/// Enum /Script/ACLPlugin.ACLCompressionLevel | ||
/// Size: 0x05 | ||
enum class ACLCompressionLevel : uint8_t | ||
{ | ||
ACLCL_Lowest = 0, | ||
ACLCL_Low = 1, | ||
ACLCL_Medium = 2, | ||
ACLCL_High = 3, | ||
ACLCL_Highest = 4 | ||
}; | ||
|
||
/// Enum /Script/ACLPlugin.ACLVisualFidelity | ||
/// Size: 0x03 | ||
enum class ACLVisualFidelity : uint8_t | ||
{ | ||
ACLVisualFidelity__Highest = 0, | ||
ACLVisualFidelity__Medium = 1, | ||
ACLVisualFidelity__Lowest = 2 | ||
}; | ||
|
||
/// Enum /Script/ACLPlugin.ACLVisualFidelityChangeResult | ||
/// Size: 0x03 | ||
enum class ACLVisualFidelityChangeResult : uint8_t | ||
{ | ||
ACLVisualFidelityChangeResult__Dispatched = 0, | ||
ACLVisualFidelityChangeResult__Completed = 1, | ||
ACLVisualFidelityChangeResult__Failed = 2 | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
/******************************************************** | ||
* * | ||
* Package generated using UEDumper by Spuckwaffel. * | ||
* * | ||
********************************************************/ | ||
|
||
|
||
/// Enum /Script/AESGCMHandlerComponent.EAESGCMNetResult | ||
/// Size: 0x07 | ||
enum class EAESGCMNetResult : uint8_t | ||
{ | ||
EAESGCMNetResult__Unknown = 0, | ||
EAESGCMNetResult__Success = 1, | ||
EAESGCMNetResult__AESMissingIV = 2, | ||
EAESGCMNetResult__AESMissingAuthTag = 3, | ||
EAESGCMNetResult__AESMissingPayload = 4, | ||
EAESGCMNetResult__AESDecryptionFailed = 5, | ||
EAESGCMNetResult__AESZeroLastByte = 6 | ||
}; | ||
|
Oops, something went wrong.