Updated Unreal Engine SDK
This commit is contained in:
@@ -28,13 +28,6 @@ enum class EHandleEvent : uint8
|
||||
Max = 4,
|
||||
};
|
||||
|
||||
// ScriptStruct Constraints.MovieSceneConstraintChannel
|
||||
// 0x0000 (0x0108 - 0x0108)
|
||||
struct FMovieSceneConstraintChannel final : public FMovieSceneBoolChannel
|
||||
{
|
||||
};
|
||||
DUMPER7_ASSERTS_FMovieSceneConstraintChannel;
|
||||
|
||||
// ScriptStruct Constraints.ConstraintsInWorld
|
||||
// 0x0028 (0x0028 - 0x0000)
|
||||
struct FConstraintsInWorld final
|
||||
@@ -46,6 +39,13 @@ public:
|
||||
};
|
||||
DUMPER7_ASSERTS_FConstraintsInWorld;
|
||||
|
||||
// ScriptStruct Constraints.MovieSceneConstraintChannel
|
||||
// 0x0000 (0x0108 - 0x0108)
|
||||
struct FMovieSceneConstraintChannel final : public FMovieSceneBoolChannel
|
||||
{
|
||||
};
|
||||
DUMPER7_ASSERTS_FMovieSceneConstraintChannel;
|
||||
|
||||
// ScriptStruct Constraints.ConstraintAndActiveChannel
|
||||
// 0x0110 (0x0110 - 0x0000)
|
||||
struct FConstraintAndActiveChannel final
|
||||
|
||||
Reference in New Issue
Block a user