mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
35 lines
1.8 KiB
C++
35 lines
1.8 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x158 - 0x138)
|
|
// BlueprintGeneratedClass BP_ActionFriendlyLookat.BP_ActionFriendlyLookat_C
|
|
class UBP_ActionFriendlyLookat_C : public UPalActionBase
|
|
{
|
|
public:
|
|
uint8 Pad_15ED[0x8]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x140(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UNiagaraComponent* Niagra; // 0x148(0x8)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
double Offset; // 0x150(0x8)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_ActionFriendlyLookat_C* GetDefaultObj();
|
|
|
|
void ChangeFace(bool Smile, class APalCharacter* CallFunc_GetActionCharacter_ReturnValue, class UPalFacialComponent* CallFunc_GetComponentByClass_ReturnValue);
|
|
void OnBeginAction();
|
|
void OnEndAction();
|
|
void TickAction(float DeltaTime);
|
|
void ExecuteUbergraph_BP_ActionFriendlyLookat(int32 EntryPoint, float K2Node_Event_DeltaTime, class APalCharacter* CallFunc_GetActionCharacter_ReturnValue, class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue);
|
|
};
|
|
|
|
}
|
|
|
|
|