PalWorld-NetCrack/libs/SDKLibrary/SDK/GeometryCollectionTracks_classes.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
2024-01-29 06:39:29 -05:00

40 lines
1.4 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x38 (0x128 - 0xF0)
// Class GeometryCollectionTracks.MovieSceneGeometryCollectionSection
class UMovieSceneGeometryCollectionSection : public UMovieSceneSection
{
public:
struct FMovieSceneGeometryCollectionParams Params; // 0xF0(0x38)(Edit, NativeAccessSpecifierPublic)
static class UClass* StaticClass();
static class UMovieSceneGeometryCollectionSection* GetDefaultObj();
};
// 0x18 (0xB0 - 0x98)
// Class GeometryCollectionTracks.MovieSceneGeometryCollectionTrack
class UMovieSceneGeometryCollectionTrack : public UMovieSceneNameableTrack
{
public:
uint8 Pad_178F[0x8]; // Fixing Size After Last Property [ Dumper-7 ]
TArray<class UMovieSceneSection*> AnimationSections; // 0xA0(0x10)(ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPrivate)
static class UClass* StaticClass();
static class UMovieSceneGeometryCollectionTrack* GetDefaultObj();
};
}