369 lines
13 KiB
C++
369 lines
13 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CyaNodalGraph
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_classes.hpp"
|
|
#include "CoreUObject_classes.hpp"
|
|
#include "CyaNodalGraph_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraph
|
|
// 0x0010 (0x0040 - 0x0030)
|
|
class UCyaNodalGraph final : public UDataAsset
|
|
{
|
|
public:
|
|
class UCyaNodalGraphNode* RootNode; // 0x0030(0x0008)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, EditConst, NoDestructor, AdvancedDisplay, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected, TObjectPtr)
|
|
class UCyaNodalGraphCondition* Condition; // 0x0038(0x0008)(Edit, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, Protected, PersistentInstance, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected, TObjectPtr)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraph")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraph")
|
|
}
|
|
static class UCyaNodalGraph* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraph>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraph;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphReaderComponent
|
|
// 0x00A0 (0x0158 - 0x00B8)
|
|
class UCyaNodalGraphReaderComponent : public UActorComponent
|
|
{
|
|
public:
|
|
uint8 Pad_B8[0xA0]; // 0x00B8(0x00A0)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphReaderComponent")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphReaderComponent")
|
|
}
|
|
static class UCyaNodalGraphReaderComponent* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphReaderComponent>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphReaderComponent;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UCyaNodalGraphCondition : public UObject
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition")
|
|
}
|
|
static class UCyaNodalGraphCondition* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_And
|
|
// 0x0010 (0x0038 - 0x0028)
|
|
class UCyaNodalGraphCondition_And final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
TArray<class UCyaNodalGraphCondition*> Operands; // 0x0028(0x0010)(Edit, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, Protected, UObjectWrapper, NativeAccessSpecifierProtected, TObjectPtr)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_And")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_And")
|
|
}
|
|
static class UCyaNodalGraphCondition_And* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_And>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_And;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_Or
|
|
// 0x0010 (0x0038 - 0x0028)
|
|
class UCyaNodalGraphCondition_Or final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
TArray<class UCyaNodalGraphCondition*> Operands; // 0x0028(0x0010)(Edit, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, Protected, UObjectWrapper, NativeAccessSpecifierProtected, TObjectPtr)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_Or")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_Or")
|
|
}
|
|
static class UCyaNodalGraphCondition_Or* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_Or>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_Or;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_Not
|
|
// 0x0008 (0x0030 - 0x0028)
|
|
class UCyaNodalGraphCondition_Not final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
class UCyaNodalGraphCondition* InnerCondition; // 0x0028(0x0008)(Edit, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, Protected, PersistentInstance, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected, TObjectPtr)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_Not")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_Not")
|
|
}
|
|
static class UCyaNodalGraphCondition_Not* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_Not>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_Not;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_Random
|
|
// 0x0008 (0x0030 - 0x0028)
|
|
class UCyaNodalGraphCondition_Random final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
float RandomThreshold; // 0x0028(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_Random")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_Random")
|
|
}
|
|
static class UCyaNodalGraphCondition_Random* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_Random>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_Random;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_NodeAge
|
|
// 0x0008 (0x0030 - 0x0028)
|
|
class UCyaNodalGraphCondition_NodeAge final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
float MinNodeAge; // 0x0028(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_NodeAge")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_NodeAge")
|
|
}
|
|
static class UCyaNodalGraphCondition_NodeAge* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_NodeAge>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_NodeAge;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_CoolDown
|
|
// 0x0008 (0x0030 - 0x0028)
|
|
class UCyaNodalGraphCondition_CoolDown final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
float Cooldown; // 0x0028(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
uint8 Pad_2C[0x4]; // 0x002C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_CoolDown")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_CoolDown")
|
|
}
|
|
static class UCyaNodalGraphCondition_CoolDown* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_CoolDown>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_CoolDown;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphCondition_DoNotPlayTwice
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UCyaNodalGraphCondition_DoNotPlayTwice final : public UCyaNodalGraphCondition
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphCondition_DoNotPlayTwice")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphCondition_DoNotPlayTwice")
|
|
}
|
|
static class UCyaNodalGraphCondition_DoNotPlayTwice* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphCondition_DoNotPlayTwice>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphCondition_DoNotPlayTwice;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphNode
|
|
// 0x0060 (0x0088 - 0x0028)
|
|
class UCyaNodalGraphNode : public UObject
|
|
{
|
|
public:
|
|
TArray<struct FCyaNodeSelector> NextNodes; // 0x0028(0x0010)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
TMap<class FString, struct FCyaNodeSelector> Children; // 0x0038(0x0050)(BlueprintReadOnly, Deprecated, ContainsInstancedReference, NativeAccessSpecifierPublic)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphNode")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphNode")
|
|
}
|
|
static class UCyaNodalGraphNode* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphNode>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphNode;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphNode_Link
|
|
// 0x0008 (0x0090 - 0x0088)
|
|
class UCyaNodalGraphNode_Link final : public UCyaNodalGraphNode
|
|
{
|
|
public:
|
|
class UCyaNodalGraph* LinkedGraph; // 0x0088(0x0008)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected, TObjectPtr)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphNode_Link")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphNode_Link")
|
|
}
|
|
static class UCyaNodalGraphNode_Link* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphNode_Link>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphNode_Link;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphNode_PlayAnimation
|
|
// 0x0040 (0x00C8 - 0x0088)
|
|
class UCyaNodalGraphNode_PlayAnimation : public UCyaNodalGraphNode
|
|
{
|
|
public:
|
|
TSoftObjectPtr<class UAnimSequenceBase> Animation; // 0x0088(0x0028)(Edit, BlueprintReadOnly, DisableEditOnInstance, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
float BlendIn; // 0x00B0(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
float BlendOut; // 0x00B4(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
class FName MontageSlotName; // 0x00B8(0x0008)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
uint8 Pad_C0[0x8]; // 0x00C0(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphNode_PlayAnimation")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphNode_PlayAnimation")
|
|
}
|
|
static class UCyaNodalGraphNode_PlayAnimation* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphNode_PlayAnimation>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphNode_PlayAnimation;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphNode_Random
|
|
// 0x0008 (0x0090 - 0x0088)
|
|
class UCyaNodalGraphNode_Random final : public UCyaNodalGraphNode
|
|
{
|
|
public:
|
|
float TotalWeight; // 0x0088(0x0004)(Edit, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, EditConst, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_8C[0x4]; // 0x008C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphNode_Random")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphNode_Random")
|
|
}
|
|
static class UCyaNodalGraphNode_Random* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphNode_Random>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphNode_Random;
|
|
|
|
// Class CyaNodalGraph.CyaNodalGraphNode_Select
|
|
// 0x0000 (0x0088 - 0x0088)
|
|
class UCyaNodalGraphNode_Select final : public UCyaNodalGraphNode
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
STATIC_CLASS_IMPL("CyaNodalGraphNode_Select")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"CyaNodalGraphNode_Select")
|
|
}
|
|
static class UCyaNodalGraphNode_Select* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCyaNodalGraphNode_Select>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UCyaNodalGraphNode_Select;
|
|
|
|
}
|
|
|