mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
28 lines
903 B
C++
28 lines
903 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x28 (0xC8 - 0xA0)
|
|
// Class ImgMediaEngine.ImgMediaPlaybackComponent
|
|
class UImgMediaPlaybackComponent : public UActorComponent
|
|
{
|
|
public:
|
|
float LODBias; // 0xA0(0x4)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1825[0x24]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
|
|
static class UClass* StaticClass();
|
|
static class UImgMediaPlaybackComponent* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|