Lost Ark SDK  1.148.153.0
LA_Core_structs.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Lost Ark (1.148.153.0) SDK
4 
5 #ifdef _MSC_VER
6  #pragma pack(push, 0x4)
7 #endif
8 
9 #include "LA_Basic.hpp"
10 
11 namespace SDK
12 {
13 //---------------------------------------------------------------------------
14 //Constants
15 //---------------------------------------------------------------------------
16 
17 #define CONST_RadToDeg 57.295779513082321600
18 #define CONST_InvAspectRatio16x9 0.56249
19 #define CONST_AspectRatio5x4 1.25
20 #define CONST_INDEX_NONE -1
21 #define CONST_InvAspectRatio5x4 0.8
22 #define CONST_AspectRatio16x9 1.77778
23 #define CONST_InvAspectRatio4x3 0.75
24 #define CONST_AspectRatio4x3 1.33333
25 #define CONST_UnrRotToDeg 0.00549316540360483
26 #define CONST_DegToUnrRot 182.0444
27 #define CONST_RadToUnrRot 10430.3783504704527
28 #define CONST_UnrRotToRad 0.00009587379924285
29 #define CONST_DegToRad 0.017453292519943296
30 #define CONST_Pi 3.1415926535897932
31 #define CONST_MaxInt 0x7fffffff
32 
33 //---------------------------------------------------------------------------
34 //Enums
35 //---------------------------------------------------------------------------
36 
37 // Enum Core.Object.EDebugBreakType
38 enum class EDebugBreakType : uint8_t
39 {
42  DEBUGGER_Both = 2,
43  DEBUGGER_MAX = 3
44 };
45 
46 
47 // Enum Core.Object.EAutomatedRunResult
48 enum class EAutomatedRunResult : uint8_t
49 {
50  ARR_Unknown = 0,
51  ARR_OOM = 1,
52  ARR_Passed = 2,
53  ARR_MAX = 3
54 };
55 
56 
57 // Enum Core.Object.EAspectRatioAxisConstraint
58 enum class EAspectRatioAxisConstraint : uint8_t
59 {
63  AspectRatio_MAX = 3
64 };
65 
66 
67 // Enum Core.Object.EInterpCurveMode
68 enum class EInterpCurveMode : uint8_t
69 {
70  CIM_Linear = 0,
71  CIM_CurveAuto = 1,
72  CIM_Constant = 2,
73  CIM_CurveUser = 3,
74  CIM_CurveBreak = 4,
76  CIM_MAX = 6
77 };
78 
79 
80 // Enum Core.Object.EInterpMethodType
81 enum class EInterpMethodType : uint8_t
82 {
86  IMT_MAX = 3
87 };
88 
89 
90 // Enum Core.Object.EAxis
91 enum class EAxis : uint8_t
92 {
93  AXIS_NONE = 0,
94  AXIS_X = 1,
95  AXIS_Y = 2,
96  AXIS_BLANK = 3,
97  AXIS_Z = 4,
98  AXIS_MAX = 5
99 };
100 
101 
102 // Enum Core.Object.ETickingGroup
103 enum class ETickingGroup : uint8_t
104 {
105  TG_PreAsyncWork = 0,
106  TG_DuringAsyncWork = 1,
107  TG_PostAsyncWork = 2,
108  TG_PostUpdateWork = 3,
110  TG_MAX = 5
111 };
112 
113 
114 // Enum Core.Object.EFColNavMeshOption
115 enum class EFColNavMeshOption : uint8_t
116 {
117  EFCNMO_INCLUDE = 0,
118  EFCNMO_EXCLUDE = 1,
119  EFCNMO_MAX = 2
120 };
121 
122 
123 // Enum Core.Object.EFColProjectileOption
124 enum class EFColProjectileOption : uint8_t
125 {
126  EFCPO_ENABLE = 0,
127  EFCPO_PENETRATE = 1,
128  EFCPO_MAX = 2
129 };
130 
131 
132 // Enum Core.Object.EFColMoveColOption
133 enum class EFColMoveColOption : uint8_t
134 {
135  EFCMCO_ENABLE = 0,
136  EFCMCO_PENETRATE = 1,
137  EFCMCO_MAX = 2
138 };
139 
140 
141 // Enum Core.Object.EFColMovePickingOption
142 enum class EFColMovePickingOption : uint8_t
143 {
144  EFCMPO_ENABLE = 0,
145  EFCMPO_PENETRATE = 1,
146  EFCMPO_WALL = 2,
147  EFCMPO_MAX = 3
148 };
149 
150 
151 // Enum Core.Object.EInputEvent
152 enum class EInputEvent : uint8_t
153 {
154  IE_Pressed = 0,
155  IE_Released = 1,
156  IE_Repeat = 2,
157  IE_DoubleClick = 3,
158  IE_Axis = 4,
159  IE_MAX = 5
160 };
161 
162 
163 // Enum Core.Object.AlphaBlendType
164 enum class EAlphaBlendType : uint8_t
165 {
166  ABT_Linear = 0,
167  ABT_Cubic = 1,
168  ABT_Sinusoidal = 2,
173  ABT_MAX = 7
174 };
175 
176 
177 // Enum Core.DistributionVector.EDistributionVectorLockFlags
178 enum class EDistributionVectorLockFlags : uint8_t
179 {
180  EDVLF_None = 0,
181  EDVLF_XY = 1,
182  EDVLF_XZ = 2,
183  EDVLF_YZ = 3,
184  EDVLF_XYZ = 4,
185  EDVLF_MAX = 5
186 };
187 
188 
189 // Enum Core.DistributionVector.EDistributionVectorMirrorFlags
190 enum class EDistributionVectorMirrorFlags : uint8_t
191 {
192  EDVMF_Same = 0,
193  EDVMF_Different = 1,
194  EDVMF_Mirror = 2,
195  EDVMF_MAX = 3
196 };
197 
198 
199 // Enum Core.LocAssetRedirector.LocObjectLanguageExtension
200 enum class ELocObjectLanguageExtension : uint8_t
201 {
207 };
208 
209 
210 
211 //---------------------------------------------------------------------------
212 //Script Structs
213 //---------------------------------------------------------------------------
214 
215 // ScriptStruct Core.Object.Guid
216 // 0x0010
217 struct FGuid
218 {
219  int A; // 0x0000(0x0004)
220  int B; // 0x0004(0x0004)
221  int C; // 0x0008(0x0004)
222  int D; // 0x000C(0x0004)
223 };
224 
225 // ScriptStruct Core.Object.Rotator
226 // 0x000C
227 struct FRotator
228 {
229  int Pitch; // 0x0000(0x0004) (Edit)
230  int Yaw; // 0x0004(0x0004) (Edit)
231  int Roll; // 0x0008(0x0004) (Edit)
232 };
233 
234 // ScriptStruct Core.Object.Vector
235 // 0x000C
236 struct FVector
237 {
238  float X; // 0x0000(0x0004) (Edit)
239  float Y; // 0x0004(0x0004) (Edit)
240  float Z; // 0x0008(0x0004) (Edit)
241 };
242 
243 // ScriptStruct Core.Object.Vector2D
244 // 0x0008
245 struct FVector2D
246 {
247  float X; // 0x0000(0x0004) (Edit)
248  float Y; // 0x0004(0x0004) (Edit)
249 };
250 
251 // ScriptStruct Core.Object.LinearColor
252 // 0x0010
254 {
255  float R; // 0x0000(0x0004) (Edit)
256  float G; // 0x0004(0x0004) (Edit)
257  float B; // 0x0008(0x0004) (Edit)
258  float A; // 0x000C(0x0004) (Edit)
259 };
260 
261 // ScriptStruct Core.Object.Color
262 // 0x0004
263 struct FColor
264 {
265  unsigned char B; // 0x0000(0x0001) (Edit)
266  unsigned char G; // 0x0001(0x0001) (Edit)
267  unsigned char R; // 0x0002(0x0001) (Edit)
268  unsigned char A; // 0x0003(0x0001) (Edit)
269 
270  inline FColor()
271  : R(0), G(0), B(0), A(0)
272  { }
273 
274  inline FColor(uint8_t r, uint8_t g, uint8_t b, uint8_t a)
275  : R(r),
276  G(g),
277  B(b),
278  A(a)
279  { }
280 
281 };
282 
283 // ScriptStruct Core.Object.InterpCurvePointVector2D
284 // 0x001D
286 {
287  float InVal; // 0x0000(0x0004) (Edit)
288  struct FVector2D OutVal; // 0x0004(0x0008) (Edit)
289  struct FVector2D ArriveTangent; // 0x000C(0x0008) (Edit)
290  struct FVector2D LeaveTangent; // 0x0014(0x0008) (Edit)
291  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x001C(0x0001) (Edit)
292 };
293 
294 // ScriptStruct Core.Object.InterpCurveVector2D
295 // 0x0011
297 {
298  TArray<struct FInterpCurvePointVector2D> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
300 };
301 
302 // ScriptStruct Core.Object.InterpCurvePointVector
303 // 0x0029
305 {
306  float InVal; // 0x0000(0x0004) (Edit)
307  struct FVector OutVal; // 0x0004(0x000C) (Edit)
308  struct FVector ArriveTangent; // 0x0010(0x000C) (Edit)
309  struct FVector LeaveTangent; // 0x001C(0x000C) (Edit)
310  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x0028(0x0001) (Edit)
311 };
312 
313 // ScriptStruct Core.Object.InterpCurveVector
314 // 0x0011
316 {
317  TArray<struct FInterpCurvePointVector> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
319 };
320 
321 // ScriptStruct Core.Object.InterpCurvePointFloat
322 // 0x0011
324 {
325  float InVal; // 0x0000(0x0004) (Edit)
326  float OutVal; // 0x0004(0x0004) (Edit)
327  float ArriveTangent; // 0x0008(0x0004) (Edit)
328  float LeaveTangent; // 0x000C(0x0004) (Edit)
329  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x0010(0x0001) (Edit)
330 };
331 
332 // ScriptStruct Core.Object.InterpCurveFloat
333 // 0x0011
335 {
336  TArray<struct FInterpCurvePointFloat> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
338 };
339 
340 // ScriptStruct Core.Object.Quat
341 // 0x0010
342 struct FQuat
343 {
344  float X; // 0x0000(0x0004) (Edit)
345  float Y; // 0x0004(0x0004) (Edit)
346  float Z; // 0x0008(0x0004) (Edit)
347  float W; // 0x000C(0x0004) (Edit)
348 };
349 
350 // ScriptStruct Core.Object.Plane
351 // 0x0004 (0x0010 - 0x000C)
352 struct FPlane : public FVector
353 {
354  float W; // 0x000C(0x0004) (Edit)
355 };
356 
357 // ScriptStruct Core.Object.Matrix
358 // 0x0040
359 struct FMatrix
360 {
361  struct FPlane XPlane; // 0x0000(0x0010) (Edit)
362  struct FPlane YPlane; // 0x0010(0x0010) (Edit)
363  struct FPlane ZPlane; // 0x0020(0x0010) (Edit)
364  struct FPlane WPlane; // 0x0030(0x0010) (Edit)
365 };
366 
367 // ScriptStruct Core.Object.Pointer
368 // 0x0008
369 struct FPointer
370 {
371  int Dummy; // 0x0000(0x0004) (Const, Native)
372  unsigned char UnknownData00[0x4]; // 0x0004(0x0004) MISSED OFFSET
373 };
374 
375 // ScriptStruct Core.Object.QWord
376 // 0x0008
377 struct FQWord
378 {
379  int A; // 0x0000(0x0004) (Edit, Native)
380  int B; // 0x0004(0x0004) (Edit, Native)
381 };
382 
383 // ScriptStruct Core.LocAssetRedirector.DestinationLocObject
384 // 0x001C
386 {
387  unsigned char UnknownData00[0x1C]; // 0x0000(0x001C) MISSED OFFSET
388 };
389 
390 // ScriptStruct Core.Object.Array_Mirror
391 // 0x0010
393 {
394  struct FPointer Data; // 0x0000(0x0008) (Const, Native)
395  int ArrayNum; // 0x0008(0x0004) (Const, Native)
396  int ArrayMax; // 0x000C(0x0004) (Const, Native)
397 };
398 
399 // ScriptStruct Core.Object.InlinePointerArray_Mirror
400 // 0x0018
402 {
403  struct FPointer InlineData; // 0x0000(0x0008) (Const)
404  struct FArray_Mirror SecondaryData; // 0x0008(0x0010) (Const)
405 };
406 
407 // ScriptStruct Core.Object.Vector4
408 // 0x0010
409 struct FVector4
410 {
411  float X; // 0x0000(0x0004) (Edit)
412  float Y; // 0x0004(0x0004) (Edit)
413  float Z; // 0x0008(0x0004) (Edit)
414  float W; // 0x000C(0x0004) (Edit)
415 };
416 
417 // ScriptStruct Core.Object.Cylinder
418 // 0x0008
419 struct FCylinder
420 {
421  float Radius; // 0x0000(0x0004)
422  float Height; // 0x0004(0x0004)
423 };
424 
425 // ScriptStruct Core.Object.BoxSphereBounds
426 // 0x001C
428 {
429  struct FVector Origin; // 0x0000(0x000C) (Edit)
430  struct FVector BoxExtent; // 0x000C(0x000C) (Edit)
431  float SphereRadius; // 0x0018(0x0004) (Edit)
432 };
433 
434 // ScriptStruct Core.Object.TwoVectors
435 // 0x0018
437 {
438  struct FVector v1; // 0x0000(0x000C) (Edit)
439  struct FVector v2; // 0x000C(0x000C) (Edit)
440 };
441 
442 // ScriptStruct Core.Object.TAlphaBlend
443 // 0x0015
445 {
446  float AlphaIn; // 0x0000(0x0004) (Const)
447  float AlphaOut; // 0x0004(0x0004) (Const)
448  float AlphaTarget; // 0x0008(0x0004) (Edit)
449  float BlendTime; // 0x000C(0x0004) (Edit)
450  float BlendTimeToGo; // 0x0010(0x0004) (Const)
451  TEnumAsByte<EAlphaBlendType> BlendType; // 0x0014(0x0001) (Edit)
452 };
453 
454 // ScriptStruct Core.Object.uint
455 // 0x0004
456 struct Fuint
457 {
458  int A; // 0x0000(0x0004) (Const, Native)
459 };
460 
461 // ScriptStruct Core.Object.BoneAtom
462 // 0x0044
463 struct FBoneAtom
464 {
465  struct FQuat Rotation; // 0x0000(0x0010)
466  struct FVector4 Translation; // 0x0010(0x0010)
467  struct FVector4 Scale3D; // 0x0020(0x0010)
468  struct FVector4 ScaleShear; // 0x0030(0x0010)
469  int bScaleInheritance; // 0x0040(0x0004)
470 };
471 
472 // ScriptStruct Core.Object.OctreeElementId
473 // 0x000C
475 {
476  struct FPointer Node; // 0x0000(0x0008) (Const, Native)
477  int ElementIndex; // 0x0008(0x0004) (Const, Native)
478 };
479 
480 // ScriptStruct Core.Object.RenderCommandFence
481 // 0x0004
483 {
484  int NumPendingFences; // 0x0000(0x0004) (Const, Native)
485 };
486 
487 // ScriptStruct Core.Object.RawDistribution
488 // 0x001C
490 {
491  unsigned char Type; // 0x0000(0x0001)
492  unsigned char Op; // 0x0001(0x0001)
493  unsigned char LookupTableNumElements; // 0x0002(0x0001)
494  unsigned char LookupTableChunkSize; // 0x0003(0x0001)
495  TArray<float> LookupTable; // 0x0004(0x0010) (NeedCtorLink)
496  float LookupTableTimeScale; // 0x0014(0x0004)
497  float LookupTableStartTime; // 0x0018(0x0004)
498 };
499 
500 // ScriptStruct Core.Object.InterpCurvePointLinearColor
501 // 0x0035
503 {
504  float InVal; // 0x0000(0x0004) (Edit)
505  struct FLinearColor OutVal; // 0x0004(0x0010) (Edit)
506  struct FLinearColor ArriveTangent; // 0x0014(0x0010) (Edit)
507  struct FLinearColor LeaveTangent; // 0x0024(0x0010) (Edit)
508  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x0034(0x0001) (Edit)
509 };
510 
511 // ScriptStruct Core.Object.InterpCurveLinearColor
512 // 0x0011
514 {
515  TArray<struct FInterpCurvePointLinearColor> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
517 };
518 
519 // ScriptStruct Core.Object.InterpCurvePointQuat
520 // 0x0041
522 {
523  float InVal; // 0x0000(0x0004) (Edit)
524  unsigned char UnknownData00[0xC]; // 0x0004(0x000C) MISSED OFFSET
525  struct FQuat OutVal; // 0x0010(0x0010) (Edit)
526  struct FQuat ArriveTangent; // 0x0020(0x0010) (Edit)
527  struct FQuat LeaveTangent; // 0x0030(0x0010) (Edit)
528  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x0040(0x0001) (Edit)
529 };
530 
531 // ScriptStruct Core.Object.InterpCurveQuat
532 // 0x0011
534 {
535  TArray<struct FInterpCurvePointQuat> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
537 };
538 
539 // ScriptStruct Core.Object.InterpCurvePointTwoVectors
540 // 0x004D
542 {
543  float InVal; // 0x0000(0x0004) (Edit)
544  struct FTwoVectors OutVal; // 0x0004(0x0018) (Edit)
545  struct FTwoVectors ArriveTangent; // 0x001C(0x0018) (Edit)
546  struct FTwoVectors LeaveTangent; // 0x0034(0x0018) (Edit)
547  TEnumAsByte<EInterpCurveMode> InterpMode; // 0x004C(0x0001) (Edit)
548 };
549 
550 // ScriptStruct Core.Object.InterpCurveTwoVectors
551 // 0x0011
553 {
554  TArray<struct FInterpCurvePointTwoVectors> Points; // 0x0000(0x0010) (Edit, NeedCtorLink)
556 };
557 
558 // ScriptStruct Core.Object.Box
559 // 0x0019
560 struct FBox
561 {
562  struct FVector Min; // 0x0000(0x000C) (Edit)
563  struct FVector Max; // 0x000C(0x000C) (Edit)
564  unsigned char IsValid; // 0x0018(0x0001)
565 };
566 
567 // ScriptStruct Core.Object.TPOV
568 // 0x001C
569 struct FTPOV
570 {
571  struct FVector Location; // 0x0000(0x000C) (Edit)
572  struct FRotator Rotation; // 0x000C(0x000C) (Edit)
573  float FOV; // 0x0018(0x0004) (Edit)
574 };
575 
576 // ScriptStruct Core.Object.SHVector
577 // 0x0030
578 struct FSHVector
579 {
580  float V[0x9]; // 0x0000(0x0004) (Edit)
581  float Padding[0x3]; // 0x0024(0x0004)
582 };
583 
584 // ScriptStruct Core.Object.SHVectorRGB
585 // 0x0090
587 {
588  struct FSHVector R; // 0x0000(0x0030) (Edit)
589  struct FSHVector G; // 0x0030(0x0030) (Edit)
590  struct FSHVector B; // 0x0060(0x0030) (Edit)
591 };
592 
593 // ScriptStruct Core.Object.IntPoint
594 // 0x0008
595 struct FIntPoint
596 {
597  int X; // 0x0000(0x0004) (Edit)
598  int Y; // 0x0004(0x0004) (Edit)
599 };
600 
601 // ScriptStruct Core.Object.PackedNormal
602 // 0x0004
604 {
605  unsigned char X; // 0x0000(0x0001) (Edit)
606  unsigned char Y; // 0x0001(0x0001) (Edit)
607  unsigned char Z; // 0x0002(0x0001) (Edit)
608  unsigned char W; // 0x0003(0x0001) (Edit)
609 };
610 
611 // ScriptStruct Core.Object.IndirectArray_Mirror
612 // 0x0010
614 {
615  struct FPointer Data; // 0x0000(0x0008) (Const, Native)
616  int ArrayNum; // 0x0008(0x0004) (Const, Native)
617  int ArrayMax; // 0x000C(0x0004) (Const, Native)
618 };
619 
620 // ScriptStruct Core.Object.FColorVertexBuffer_Mirror
621 // 0x001C
623 {
624  struct FPointer VfTable; // 0x0000(0x0008) (Const, Native)
625  struct FPointer VertexData; // 0x0008(0x0008) (Const, Native)
626  int Data; // 0x0010(0x0004) (Const)
627  int Stride; // 0x0014(0x0004) (Const)
628  int NumVertices; // 0x0018(0x0004) (Const)
629 };
630 
631 // ScriptStruct Core.Object.RenderCommandFence_Mirror
632 // 0x0004
634 {
635  int NumPendingFences; // 0x0000(0x0004) (Const, Native, Transient)
636 };
637 
638 // ScriptStruct Core.Object.UntypedBulkData_Mirror
639 // 0x0040
641 {
642  struct FPointer VfTable; // 0x0000(0x0008) (Const, Native)
643  int BulkDataFlags; // 0x0008(0x0004) (Const, Native)
644  int ElementCount; // 0x000C(0x0004) (Const, Native)
645  int BulkDataOffsetInFile; // 0x0010(0x0004) (Const, Native)
646  int BulkDataSizeOnDisk; // 0x0014(0x0004) (Const, Native)
647  int SavedBulkDataFlags; // 0x0018(0x0004) (Const, Native)
648  int SavedElementCount; // 0x001C(0x0004) (Const, Native)
649  int SavedBulkDataOffsetInFile; // 0x0020(0x0004) (Const, Native)
650  int SavedBulkDataSizeOnDisk; // 0x0024(0x0004) (Const, Native)
651  struct FPointer BulkData; // 0x0028(0x0008) (Const, Native)
652  int LockStatus; // 0x0030(0x0004) (Const, Native)
653  struct FPointer AttachedAr; // 0x0034(0x0008) (Const, Native)
654  int bShouldFreeOnEmpty; // 0x003C(0x0004) (Const, Native)
655 };
656 
657 // ScriptStruct Core.Object.BitArray_Mirror
658 // 0x0020
660 {
661  struct FPointer IndirectData; // 0x0000(0x0008) (Const, Native)
662  int InlineData[0x4]; // 0x0008(0x0004) (Const, Native)
663  int NumBits; // 0x0018(0x0004) (Const, Native)
664  int MaxBits; // 0x001C(0x0004) (Const, Native)
665 };
666 
667 // ScriptStruct Core.Object.SparseArray_Mirror
668 // 0x0038
670 {
671  TArray<int> Elements; // 0x0000(0x0010) (Const, Native)
672  struct FBitArray_Mirror AllocationFlags; // 0x0010(0x0020) (Const, Native)
673  int FirstFreeIndex; // 0x0030(0x0004) (Const, Native)
674  int NumFreeIndices; // 0x0034(0x0004) (Const, Native)
675 };
676 
677 // ScriptStruct Core.Object.Set_Mirror
678 // 0x0048
680 {
681  struct FSparseArray_Mirror Elements; // 0x0000(0x0038) (Const, Native)
682  int InlineHash; // 0x0038(0x0004) (Const, Native)
683  struct FPointer Hash; // 0x003C(0x0008) (Const, Native)
684  int HashSize; // 0x0044(0x0004) (Const, Native)
685 };
686 
687 // ScriptStruct Core.Object.MultiMap_Mirror
688 // 0x0048
690 {
691  struct FSet_Mirror Pairs; // 0x0000(0x0048) (Const, Native)
692 };
693 
694 // ScriptStruct Core.Object.Map_Mirror
695 // 0x0048
697 {
698  struct FSet_Mirror Pairs; // 0x0000(0x0048) (Const, Native)
699 };
700 
701 // ScriptStruct Core.Object.ThreadSafeCounter
702 // 0x0004
704 {
705  int Value; // 0x0000(0x0004) (Const, Native)
706 };
707 
708 // ScriptStruct Core.Object.Double
709 // 0x0008
710 struct FDouble
711 {
712  int A; // 0x0000(0x0004) (Const, Native)
713  int B; // 0x0004(0x0004) (Const, Native)
714 };
715 
716 // ScriptStruct Core.DistributionFloat.RawDistributionFloat
717 // 0x0008 (0x0024 - 0x001C)
719 {
720  class UDistributionFloat* Distribution; // 0x001C(0x0008) (Edit, ExportObject, Component, NoClear, EditInline)
721 };
722 
723 // ScriptStruct Core.DistributionFloat.MatineeRawDistributionFloat
724 // 0x0008 (0x002C - 0x0024)
726 {
727  float MatineeValue; // 0x0024(0x0004)
728  unsigned long bInMatinee : 1; // 0x0028(0x0004)
729 };
730 
731 // ScriptStruct Core.DistributionVector.RawDistributionVector
732 // 0x0008 (0x0024 - 0x001C)
734 {
735  class UDistributionVector* Distribution; // 0x001C(0x0008) (Edit, ExportObject, Component, NoClear, EditInline)
736 };
737 
738 }
739 
740 #ifdef _MSC_VER
741  #pragma pack(pop)
742 #endif
SDK::EAutomatedRunResult
EAutomatedRunResult
Definition: LA_Core_structs.hpp:48
SDK::FQuat::Y
float Y
Definition: LA_Core_structs.hpp:345
SDK::EInterpCurveMode::CIM_Constant
@ CIM_Constant
SDK::FVector
Definition: LA_Core_structs.hpp:236
SDK::FDouble::B
int B
Definition: LA_Core_structs.hpp:713
SDK::FMap_Mirror
Definition: LA_Core_structs.hpp:696
SDK::FBoneAtom::ScaleShear
struct FVector4 ScaleShear
Definition: LA_Core_structs.hpp:468
SDK::ELocObjectLanguageExtension::LocObjectLanguageExtension_CHN
@ LocObjectLanguageExtension_CHN
SDK::FGuid::D
int D
Definition: LA_Core_structs.hpp:222
SDK::FPackedNormal::Y
unsigned char Y
Definition: LA_Core_structs.hpp:606
SDK::FPackedNormal::W
unsigned char W
Definition: LA_Core_structs.hpp:608
SDK::EInterpMethodType::IMT_UseFixedTangentEvalAndNewAutoTangents
@ IMT_UseFixedTangentEvalAndNewAutoTangents
SDK::FColor
Definition: LA_Core_structs.hpp:263
SDK::ETickingGroup::TG_PostAsyncWork
@ TG_PostAsyncWork
SDK::FInterpCurveVector::Points
TArray< struct FInterpCurvePointVector > Points
Definition: LA_Core_structs.hpp:317
SDK::FLinearColor::A
float A
Definition: LA_Core_structs.hpp:258
SDK::FSHVectorRGB::G
struct FSHVector G
Definition: LA_Core_structs.hpp:589
SDK::FLinearColor::G
float G
Definition: LA_Core_structs.hpp:256
SDK::FUntypedBulkData_Mirror::SavedBulkDataOffsetInFile
int SavedBulkDataOffsetInFile
Definition: LA_Core_structs.hpp:649
SDK::FInterpCurvePointQuat::UnknownData00
unsigned char UnknownData00[0xC]
Definition: LA_Core_structs.hpp:524
SDK::EDebugBreakType::DEBUGGER_NativeOnly
@ DEBUGGER_NativeOnly
SDK::EFColMoveColOption
EFColMoveColOption
Definition: LA_Core_structs.hpp:133
SDK::FDestinationLocObject::UnknownData00
unsigned char UnknownData00[0x1C]
Definition: LA_Core_structs.hpp:387
SDK::FIndirectArray_Mirror::ArrayNum
int ArrayNum
Definition: LA_Core_structs.hpp:616
SDK::FSet_Mirror::InlineHash
int InlineHash
Definition: LA_Core_structs.hpp:682
SDK::FIntPoint
Definition: LA_Core_structs.hpp:595
SDK::FInterpCurvePointVector
Definition: LA_Core_structs.hpp:304
SDK::FRawDistributionVector::Distribution
class UDistributionVector * Distribution
Definition: LA_Core_structs.hpp:735
SDK::FRenderCommandFence::NumPendingFences
int NumPendingFences
Definition: LA_Core_structs.hpp:484
SDK::FDouble::A
int A
Definition: LA_Core_structs.hpp:712
SDK::ELocObjectLanguageExtension::LocObjectLanguageExtension_RUS
@ LocObjectLanguageExtension_RUS
SDK::FMatrix::YPlane
struct FPlane YPlane
Definition: LA_Core_structs.hpp:362
SDK::FFColorVertexBuffer_Mirror::VertexData
struct FPointer VertexData
Definition: LA_Core_structs.hpp:625
SDK::EAxis
EAxis
Definition: LA_Core_structs.hpp:91
SDK::FVector2D::X
float X
Definition: LA_Core_structs.hpp:247
SDK::EInterpCurveMode::CIM_Linear
@ CIM_Linear
SDK::EDebugBreakType
EDebugBreakType
Definition: LA_Core_structs.hpp:38
SDK::FInterpCurvePointLinearColor::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:508
SDK::EInterpMethodType::IMT_UseFixedTangentEval
@ IMT_UseFixedTangentEval
SDK::FInterpCurveQuat
Definition: LA_Core_structs.hpp:533
SDK::EFColProjectileOption::EFCPO_PENETRATE
@ EFCPO_PENETRATE
SDK::FRotator
Definition: LA_Core_structs.hpp:227
SDK::EDistributionVectorMirrorFlags::EDVMF_Mirror
@ EDVMF_Mirror
SDK::FTwoVectors
Definition: LA_Core_structs.hpp:436
SDK::EFColProjectileOption::EFCPO_MAX
@ EFCPO_MAX
SDK::FInterpCurvePointLinearColor::OutVal
struct FLinearColor OutVal
Definition: LA_Core_structs.hpp:505
SDK::FLinearColor
Definition: LA_Core_structs.hpp:253
SDK::FInterpCurveFloat::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:337
SDK::FInterpCurvePointFloat::InVal
float InVal
Definition: LA_Core_structs.hpp:325
SDK::FMatineeRawDistributionFloat
Definition: LA_Core_structs.hpp:725
SDK::FRawDistribution::LookupTableStartTime
float LookupTableStartTime
Definition: LA_Core_structs.hpp:497
SDK::EAxis::AXIS_X
@ AXIS_X
SDK::FPointer::Dummy
int Dummy
Definition: LA_Core_structs.hpp:371
SDK::FUntypedBulkData_Mirror::SavedElementCount
int SavedElementCount
Definition: LA_Core_structs.hpp:648
SDK::FGuid::C
int C
Definition: LA_Core_structs.hpp:221
SDK::EInterpCurveMode::CIM_CurveBreak
@ CIM_CurveBreak
SDK::FUntypedBulkData_Mirror::BulkDataSizeOnDisk
int BulkDataSizeOnDisk
Definition: LA_Core_structs.hpp:646
SDK::FVector2D::Y
float Y
Definition: LA_Core_structs.hpp:248
SDK::FInterpCurvePointQuat::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:528
SDK::FInterpCurvePointVector::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:310
SDK::EAspectRatioAxisConstraint::AspectRatio_MajorAxisFOV
@ AspectRatio_MajorAxisFOV
SDK::FBoneAtom::Rotation
struct FQuat Rotation
Definition: LA_Core_structs.hpp:465
SDK::EAlphaBlendType::ABT_Sinusoidal
@ ABT_Sinusoidal
SDK::FGuid::B
int B
Definition: LA_Core_structs.hpp:220
SDK::FTAlphaBlend
Definition: LA_Core_structs.hpp:444
SDK::FSet_Mirror::Hash
struct FPointer Hash
Definition: LA_Core_structs.hpp:683
SDK::FSHVector::Padding
float Padding[0x3]
Definition: LA_Core_structs.hpp:581
SDK::EDistributionVectorLockFlags::EDVLF_XZ
@ EDVLF_XZ
SDK::EFColMovePickingOption::EFCMPO_MAX
@ EFCMPO_MAX
SDK::EFColNavMeshOption
EFColNavMeshOption
Definition: LA_Core_structs.hpp:115
SDK::FInterpCurveFloat
Definition: LA_Core_structs.hpp:334
SDK::EInputEvent
EInputEvent
Definition: LA_Core_structs.hpp:152
SDK::Fuint
Definition: LA_Core_structs.hpp:456
SDK::EDebugBreakType::DEBUGGER_MAX
@ DEBUGGER_MAX
SDK::EAlphaBlendType::ABT_Linear
@ ABT_Linear
SDK::FBoneAtom
Definition: LA_Core_structs.hpp:463
SDK::EFColNavMeshOption::EFCNMO_INCLUDE
@ EFCNMO_INCLUDE
SDK::FInterpCurvePointLinearColor::ArriveTangent
struct FLinearColor ArriveTangent
Definition: LA_Core_structs.hpp:506
SDK::FPackedNormal
Definition: LA_Core_structs.hpp:603
SDK::FLinearColor::R
float R
Definition: LA_Core_structs.hpp:255
SDK::EAlphaBlendType::ABT_EaseInOutExponent4
@ ABT_EaseInOutExponent4
SDK::FTAlphaBlend::AlphaTarget
float AlphaTarget
Definition: LA_Core_structs.hpp:448
SDK::FBox::Max
struct FVector Max
Definition: LA_Core_structs.hpp:563
SDK::FOctreeElementId::Node
struct FPointer Node
Definition: LA_Core_structs.hpp:476
SDK::EDebugBreakType::DEBUGGER_ScriptOnly
@ DEBUGGER_ScriptOnly
SDK::FPlane::W
float W
Definition: LA_Core_structs.hpp:354
SDK::EAxis::AXIS_Z
@ AXIS_Z
SDK::FOctreeElementId
Definition: LA_Core_structs.hpp:474
SDK::FInterpCurvePointFloat::OutVal
float OutVal
Definition: LA_Core_structs.hpp:326
SDK::FRawDistributionFloat::Distribution
class UDistributionFloat * Distribution
Definition: LA_Core_structs.hpp:720
SDK::FVector::Z
float Z
Definition: LA_Core_structs.hpp:240
SDK::EAlphaBlendType::ABT_Cubic
@ ABT_Cubic
SDK::FRawDistribution
Definition: LA_Core_structs.hpp:489
SDK::FInterpCurvePointVector::ArriveTangent
struct FVector ArriveTangent
Definition: LA_Core_structs.hpp:308
SDK::FFColorVertexBuffer_Mirror::NumVertices
int NumVertices
Definition: LA_Core_structs.hpp:628
SDK::FColor::G
unsigned char G
Definition: LA_Core_structs.hpp:266
SDK::FTPOV::Location
struct FVector Location
Definition: LA_Core_structs.hpp:571
SDK::FBoxSphereBounds::SphereRadius
float SphereRadius
Definition: LA_Core_structs.hpp:431
SDK::EAlphaBlendType
EAlphaBlendType
Definition: LA_Core_structs.hpp:164
SDK::EAlphaBlendType::ABT_EaseInOutExponent2
@ ABT_EaseInOutExponent2
SDK::FInterpCurvePointLinearColor::LeaveTangent
struct FLinearColor LeaveTangent
Definition: LA_Core_structs.hpp:507
SDK::FSHVectorRGB::R
struct FSHVector R
Definition: LA_Core_structs.hpp:588
SDK::FVector::X
float X
Definition: LA_Core_structs.hpp:238
SDK::EInterpCurveMode::CIM_CurveAuto
@ CIM_CurveAuto
SDK::FBitArray_Mirror::MaxBits
int MaxBits
Definition: LA_Core_structs.hpp:664
SDK::FInterpCurveVector2D
Definition: LA_Core_structs.hpp:296
SDK::FFColorVertexBuffer_Mirror::Stride
int Stride
Definition: LA_Core_structs.hpp:627
SDK::FIntPoint::X
int X
Definition: LA_Core_structs.hpp:597
SDK::ETickingGroup::TG_EffectsUpdateWork
@ TG_EffectsUpdateWork
SDK::EFColMovePickingOption::EFCMPO_WALL
@ EFCMPO_WALL
SDK::EAxis::AXIS_NONE
@ AXIS_NONE
SDK::FMatineeRawDistributionFloat::MatineeValue
float MatineeValue
Definition: LA_Core_structs.hpp:727
SDK::FRawDistributionVector
Definition: LA_Core_structs.hpp:733
SDK::FQWord::A
int A
Definition: LA_Core_structs.hpp:379
SDK::FMatrix
Definition: LA_Core_structs.hpp:359
SDK::ELocObjectLanguageExtension::LocObjectLanguageExtension_MAX
@ LocObjectLanguageExtension_MAX
SDK::FBoneAtom::Scale3D
struct FVector4 Scale3D
Definition: LA_Core_structs.hpp:467
SDK::FBitArray_Mirror::IndirectData
struct FPointer IndirectData
Definition: LA_Core_structs.hpp:661
SDK::FSHVector
Definition: LA_Core_structs.hpp:578
SDK::FUntypedBulkData_Mirror::bShouldFreeOnEmpty
int bShouldFreeOnEmpty
Definition: LA_Core_structs.hpp:654
SDK::EDistributionVectorLockFlags::EDVLF_YZ
@ EDVLF_YZ
SDK::FUntypedBulkData_Mirror::SavedBulkDataSizeOnDisk
int SavedBulkDataSizeOnDisk
Definition: LA_Core_structs.hpp:650
SDK::FInterpCurveTwoVectors
Definition: LA_Core_structs.hpp:552
SDK::ELocObjectLanguageExtension::LocObjectLanguageExtension_INT
@ LocObjectLanguageExtension_INT
SDK::FSparseArray_Mirror::FirstFreeIndex
int FirstFreeIndex
Definition: LA_Core_structs.hpp:673
SDK::EAspectRatioAxisConstraint::AspectRatio_MaintainYFOV
@ AspectRatio_MaintainYFOV
SDK::FInterpCurveQuat::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:536
SDK::FRenderCommandFence_Mirror
Definition: LA_Core_structs.hpp:633
SDK::EDistributionVectorMirrorFlags::EDVMF_Different
@ EDVMF_Different
SDK::FColor::FColor
FColor(uint8_t r, uint8_t g, uint8_t b, uint8_t a)
Definition: LA_Core_structs.hpp:274
SDK::EFColProjectileOption::EFCPO_ENABLE
@ EFCPO_ENABLE
SDK::FUntypedBulkData_Mirror::BulkDataOffsetInFile
int BulkDataOffsetInFile
Definition: LA_Core_structs.hpp:645
SDK::FUntypedBulkData_Mirror::ElementCount
int ElementCount
Definition: LA_Core_structs.hpp:644
SDK::FInterpCurveVector2D::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:299
SDK::FSparseArray_Mirror::NumFreeIndices
int NumFreeIndices
Definition: LA_Core_structs.hpp:674
SDK::EAutomatedRunResult::ARR_OOM
@ ARR_OOM
SDK::FThreadSafeCounter::Value
int Value
Definition: LA_Core_structs.hpp:705
SDK::FFColorVertexBuffer_Mirror::Data
int Data
Definition: LA_Core_structs.hpp:626
SDK::FRawDistribution::LookupTable
TArray< float > LookupTable
Definition: LA_Core_structs.hpp:495
SDK::EAxis::AXIS_Y
@ AXIS_Y
SDK::FLinearColor::B
float B
Definition: LA_Core_structs.hpp:257
SDK::EFColMovePickingOption
EFColMovePickingOption
Definition: LA_Core_structs.hpp:142
SDK::EInterpCurveMode::CIM_CurveUser
@ CIM_CurveUser
SDK::EDistributionVectorMirrorFlags::EDVMF_Same
@ EDVMF_Same
SDK::EInputEvent::IE_Repeat
@ IE_Repeat
SDK::FBitArray_Mirror::InlineData
int InlineData[0x4]
Definition: LA_Core_structs.hpp:662
SDK::EAxis::AXIS_MAX
@ AXIS_MAX
SDK::EInterpCurveMode::CIM_CurveAutoClamped
@ CIM_CurveAutoClamped
SDK::FTwoVectors::v1
struct FVector v1
Definition: LA_Core_structs.hpp:438
SDK::EAutomatedRunResult::ARR_Passed
@ ARR_Passed
SDK::FMap_Mirror::Pairs
struct FSet_Mirror Pairs
Definition: LA_Core_structs.hpp:698
SDK::EAutomatedRunResult::ARR_MAX
@ ARR_MAX
SDK::FSparseArray_Mirror
Definition: LA_Core_structs.hpp:669
SDK::EAxis::AXIS_BLANK
@ AXIS_BLANK
SDK::FInterpCurvePointFloat::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:329
SDK::FInterpCurveVector2D::Points
TArray< struct FInterpCurvePointVector2D > Points
Definition: LA_Core_structs.hpp:298
SDK::FBitArray_Mirror::NumBits
int NumBits
Definition: LA_Core_structs.hpp:663
SDK::FVector::Y
float Y
Definition: LA_Core_structs.hpp:239
SDK::EInterpCurveMode::CIM_MAX
@ CIM_MAX
SDK::EInputEvent::IE_MAX
@ IE_MAX
SDK::FInterpCurvePointFloat::ArriveTangent
float ArriveTangent
Definition: LA_Core_structs.hpp:327
SDK::EFColMoveColOption::EFCMCO_ENABLE
@ EFCMCO_ENABLE
SDK::EFColProjectileOption
EFColProjectileOption
Definition: LA_Core_structs.hpp:124
SDK::EDistributionVectorLockFlags::EDVLF_XYZ
@ EDVLF_XYZ
SDK::FPointer::UnknownData00
unsigned char UnknownData00[0x4]
Definition: LA_Core_structs.hpp:372
SDK::FInterpCurvePointFloat::LeaveTangent
float LeaveTangent
Definition: LA_Core_structs.hpp:328
SDK::EDistributionVectorLockFlags::EDVLF_MAX
@ EDVLF_MAX
SDK::FVector4::Y
float Y
Definition: LA_Core_structs.hpp:412
SDK::EInputEvent::IE_Released
@ IE_Released
SDK::FInterpCurvePointTwoVectors::OutVal
struct FTwoVectors OutVal
Definition: LA_Core_structs.hpp:544
SDK::FTPOV::FOV
float FOV
Definition: LA_Core_structs.hpp:573
SDK::FRawDistribution::LookupTableTimeScale
float LookupTableTimeScale
Definition: LA_Core_structs.hpp:496
SDK::EAlphaBlendType::ABT_MAX
@ ABT_MAX
SDK::FIntPoint::Y
int Y
Definition: LA_Core_structs.hpp:598
SDK::FInterpCurvePointVector2D
Definition: LA_Core_structs.hpp:285
SDK::EInterpMethodType::IMT_MAX
@ IMT_MAX
SDK::FArray_Mirror
Definition: LA_Core_structs.hpp:392
SDK::FQWord::B
int B
Definition: LA_Core_structs.hpp:380
SDK::ETickingGroup::TG_MAX
@ TG_MAX
SDK::FVector4::Z
float Z
Definition: LA_Core_structs.hpp:413
SDK::FRawDistribution::LookupTableChunkSize
unsigned char LookupTableChunkSize
Definition: LA_Core_structs.hpp:494
SDK::EDebugBreakType::DEBUGGER_Both
@ DEBUGGER_Both
SDK::EInputEvent::IE_DoubleClick
@ IE_DoubleClick
SDK::FPlane
Definition: LA_Core_structs.hpp:352
SDK::FUntypedBulkData_Mirror::BulkData
struct FPointer BulkData
Definition: LA_Core_structs.hpp:651
SDK::ETickingGroup
ETickingGroup
Definition: LA_Core_structs.hpp:103
SDK::FFColorVertexBuffer_Mirror::VfTable
struct FPointer VfTable
Definition: LA_Core_structs.hpp:624
SDK::FRawDistribution::Type
unsigned char Type
Definition: LA_Core_structs.hpp:491
SDK::FSet_Mirror
Definition: LA_Core_structs.hpp:679
SDK::FDestinationLocObject
Definition: LA_Core_structs.hpp:385
SDK::FRotator::Roll
int Roll
Definition: LA_Core_structs.hpp:231
SDK::FSet_Mirror::Elements
struct FSparseArray_Mirror Elements
Definition: LA_Core_structs.hpp:681
SDK::FOctreeElementId::ElementIndex
int ElementIndex
Definition: LA_Core_structs.hpp:477
SDK::FArray_Mirror::ArrayMax
int ArrayMax
Definition: LA_Core_structs.hpp:396
SDK::FInterpCurvePointTwoVectors
Definition: LA_Core_structs.hpp:541
SDK::FMultiMap_Mirror::Pairs
struct FSet_Mirror Pairs
Definition: LA_Core_structs.hpp:691
SDK::FInterpCurvePointVector2D::ArriveTangent
struct FVector2D ArriveTangent
Definition: LA_Core_structs.hpp:289
SDK::FColor::A
unsigned char A
Definition: LA_Core_structs.hpp:268
SDK::FTAlphaBlend::AlphaIn
float AlphaIn
Definition: LA_Core_structs.hpp:446
SDK::FUntypedBulkData_Mirror
Definition: LA_Core_structs.hpp:640
SDK::FInterpCurvePointTwoVectors::ArriveTangent
struct FTwoVectors ArriveTangent
Definition: LA_Core_structs.hpp:545
SDK::FSHVector::V
float V[0x9]
Definition: LA_Core_structs.hpp:580
SDK::EDistributionVectorMirrorFlags::EDVMF_MAX
@ EDVMF_MAX
SDK::FPointer
Definition: LA_Core_structs.hpp:369
SDK::FQuat
Definition: LA_Core_structs.hpp:342
SDK::FRenderCommandFence_Mirror::NumPendingFences
int NumPendingFences
Definition: LA_Core_structs.hpp:635
SDK::FInterpCurvePointQuat
Definition: LA_Core_structs.hpp:521
SDK::EFColNavMeshOption::EFCNMO_EXCLUDE
@ EFCNMO_EXCLUDE
SDK
Definition: LA_AkAudio_classes.hpp:11
SDK::FPackedNormal::X
unsigned char X
Definition: LA_Core_structs.hpp:605
SDK::FBitArray_Mirror
Definition: LA_Core_structs.hpp:659
SDK::FVector4
Definition: LA_Core_structs.hpp:409
SDK::FBoxSphereBounds::BoxExtent
struct FVector BoxExtent
Definition: LA_Core_structs.hpp:430
SDK::FSet_Mirror::HashSize
int HashSize
Definition: LA_Core_structs.hpp:684
SDK::FMatrix::WPlane
struct FPlane WPlane
Definition: LA_Core_structs.hpp:364
SDK::FUntypedBulkData_Mirror::BulkDataFlags
int BulkDataFlags
Definition: LA_Core_structs.hpp:643
SDK::FCylinder::Radius
float Radius
Definition: LA_Core_structs.hpp:421
SDK::FRawDistribution::LookupTableNumElements
unsigned char LookupTableNumElements
Definition: LA_Core_structs.hpp:493
SDK::FColor::R
unsigned char R
Definition: LA_Core_structs.hpp:267
SDK::FMatrix::ZPlane
struct FPlane ZPlane
Definition: LA_Core_structs.hpp:363
SDK::FInterpCurvePointTwoVectors::InVal
float InVal
Definition: LA_Core_structs.hpp:543
SDK::FInterpCurvePointVector2D::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:291
SDK::FIndirectArray_Mirror
Definition: LA_Core_structs.hpp:613
SDK::ETickingGroup::TG_PreAsyncWork
@ TG_PreAsyncWork
SDK::FArray_Mirror::Data
struct FPointer Data
Definition: LA_Core_structs.hpp:394
SDK::FTwoVectors::v2
struct FVector v2
Definition: LA_Core_structs.hpp:439
SDK::FTPOV
Definition: LA_Core_structs.hpp:569
SDK::FRawDistributionFloat
Definition: LA_Core_structs.hpp:718
SDK::FVector4::W
float W
Definition: LA_Core_structs.hpp:414
SDK::FInterpCurveQuat::Points
TArray< struct FInterpCurvePointQuat > Points
Definition: LA_Core_structs.hpp:535
SDK::EFColMoveColOption::EFCMCO_MAX
@ EFCMCO_MAX
LA_Basic.hpp
SDK::FRotator::Pitch
int Pitch
Definition: LA_Core_structs.hpp:229
SDK::FTPOV::Rotation
struct FRotator Rotation
Definition: LA_Core_structs.hpp:572
SDK::FInterpCurvePointVector2D::LeaveTangent
struct FVector2D LeaveTangent
Definition: LA_Core_structs.hpp:290
SDK::FInterpCurvePointTwoVectors::InterpMode
TEnumAsByte< EInterpCurveMode > InterpMode
Definition: LA_Core_structs.hpp:547
SDK::FInterpCurveFloat::Points
TArray< struct FInterpCurvePointFloat > Points
Definition: LA_Core_structs.hpp:336
SDK::EAlphaBlendType::ABT_EaseInOutExponent3
@ ABT_EaseInOutExponent3
SDK::UDistributionVector
Definition: LA_Core_classes.hpp:1111
SDK::FInterpCurvePointQuat::LeaveTangent
struct FQuat LeaveTangent
Definition: LA_Core_structs.hpp:527
SDK::FInterpCurveLinearColor::Points
TArray< struct FInterpCurvePointLinearColor > Points
Definition: LA_Core_structs.hpp:515
SDK::FIndirectArray_Mirror::ArrayMax
int ArrayMax
Definition: LA_Core_structs.hpp:617
SDK::FQWord
Definition: LA_Core_structs.hpp:377
SDK::FIndirectArray_Mirror::Data
struct FPointer Data
Definition: LA_Core_structs.hpp:615
SDK::FInlinePointerArray_Mirror::InlineData
struct FPointer InlineData
Definition: LA_Core_structs.hpp:403
SDK::FInterpCurvePointFloat
Definition: LA_Core_structs.hpp:323
SDK::FInterpCurvePointVector::InVal
float InVal
Definition: LA_Core_structs.hpp:306
SDK::FBoxSphereBounds
Definition: LA_Core_structs.hpp:427
SDK::FGuid
Definition: LA_Core_structs.hpp:217
SDK::EInterpCurveMode
EInterpCurveMode
Definition: LA_Core_structs.hpp:68
SDK::FQuat::W
float W
Definition: LA_Core_structs.hpp:347
SDK::FMatineeRawDistributionFloat::bInMatinee
unsigned long bInMatinee
Definition: LA_Core_structs.hpp:728
SDK::EFColNavMeshOption::EFCNMO_MAX
@ EFCNMO_MAX
SDK::FBoxSphereBounds::Origin
struct FVector Origin
Definition: LA_Core_structs.hpp:429
SDK::FInterpCurvePointQuat::OutVal
struct FQuat OutVal
Definition: LA_Core_structs.hpp:525
SDK::EDistributionVectorLockFlags::EDVLF_None
@ EDVLF_None
SDK::FRawDistribution::Op
unsigned char Op
Definition: LA_Core_structs.hpp:492
SDK::FInterpCurvePointQuat::ArriveTangent
struct FQuat ArriveTangent
Definition: LA_Core_structs.hpp:526
SDK::FCylinder::Height
float Height
Definition: LA_Core_structs.hpp:422
SDK::FSparseArray_Mirror::Elements
TArray< int > Elements
Definition: LA_Core_structs.hpp:671
SDK::FInterpCurvePointVector2D::OutVal
struct FVector2D OutVal
Definition: LA_Core_structs.hpp:288
SDK::FInterpCurvePointVector::OutVal
struct FVector OutVal
Definition: LA_Core_structs.hpp:307
SDK::EDistributionVectorMirrorFlags
EDistributionVectorMirrorFlags
Definition: LA_Core_structs.hpp:190
SDK::FInterpCurveLinearColor::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:516
SDK::EInputEvent::IE_Axis
@ IE_Axis
SDK::FInterpCurvePointVector2D::InVal
float InVal
Definition: LA_Core_structs.hpp:287
SDK::FQuat::Z
float Z
Definition: LA_Core_structs.hpp:346
SDK::Fuint::A
int A
Definition: LA_Core_structs.hpp:458
SDK::FInterpCurvePointVector::LeaveTangent
struct FVector LeaveTangent
Definition: LA_Core_structs.hpp:309
SDK::FColor::B
unsigned char B
Definition: LA_Core_structs.hpp:265
SDK::FVector4::X
float X
Definition: LA_Core_structs.hpp:411
SDK::FGuid::A
int A
Definition: LA_Core_structs.hpp:219
SDK::FColor::FColor
FColor()
Definition: LA_Core_structs.hpp:270
SDK::FVector2D
Definition: LA_Core_structs.hpp:245
SDK::FTAlphaBlend::AlphaOut
float AlphaOut
Definition: LA_Core_structs.hpp:447
SDK::FSHVectorRGB::B
struct FSHVector B
Definition: LA_Core_structs.hpp:590
SDK::FSparseArray_Mirror::AllocationFlags
struct FBitArray_Mirror AllocationFlags
Definition: LA_Core_structs.hpp:672
SDK::FInterpCurvePointLinearColor
Definition: LA_Core_structs.hpp:502
SDK::EAspectRatioAxisConstraint::AspectRatio_MaintainXFOV
@ AspectRatio_MaintainXFOV
SDK::FBox::IsValid
unsigned char IsValid
Definition: LA_Core_structs.hpp:564
SDK::EAutomatedRunResult::ARR_Unknown
@ ARR_Unknown
SDK::FUntypedBulkData_Mirror::AttachedAr
struct FPointer AttachedAr
Definition: LA_Core_structs.hpp:653
SDK::FInterpCurveVector::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:318
SDK::FQuat::X
float X
Definition: LA_Core_structs.hpp:344
SDK::TArray
Definition: LA_Basic.hpp:22
SDK::EFColMovePickingOption::EFCMPO_ENABLE
@ EFCMPO_ENABLE
SDK::FInlinePointerArray_Mirror
Definition: LA_Core_structs.hpp:401
SDK::FInterpCurveTwoVectors::Points
TArray< struct FInterpCurvePointTwoVectors > Points
Definition: LA_Core_structs.hpp:554
SDK::FBoneAtom::bScaleInheritance
int bScaleInheritance
Definition: LA_Core_structs.hpp:469
SDK::FBoneAtom::Translation
struct FVector4 Translation
Definition: LA_Core_structs.hpp:466
SDK::FFColorVertexBuffer_Mirror
Definition: LA_Core_structs.hpp:622
SDK::FInlinePointerArray_Mirror::SecondaryData
struct FArray_Mirror SecondaryData
Definition: LA_Core_structs.hpp:404
SDK::FInterpCurveVector
Definition: LA_Core_structs.hpp:315
SDK::FUntypedBulkData_Mirror::SavedBulkDataFlags
int SavedBulkDataFlags
Definition: LA_Core_structs.hpp:647
SDK::FTAlphaBlend::BlendType
TEnumAsByte< EAlphaBlendType > BlendType
Definition: LA_Core_structs.hpp:451
SDK::EDistributionVectorLockFlags::EDVLF_XY
@ EDVLF_XY
SDK::ELocObjectLanguageExtension::LocObjectLanguageExtension_JPN
@ LocObjectLanguageExtension_JPN
SDK::FSHVectorRGB
Definition: LA_Core_structs.hpp:586
SDK::FDouble
Definition: LA_Core_structs.hpp:710
SDK::FInterpCurvePointQuat::InVal
float InVal
Definition: LA_Core_structs.hpp:523
SDK::FTAlphaBlend::BlendTime
float BlendTime
Definition: LA_Core_structs.hpp:449
SDK::EAlphaBlendType::ABT_EaseInOutExponent5
@ ABT_EaseInOutExponent5
SDK::FRotator::Yaw
int Yaw
Definition: LA_Core_structs.hpp:230
SDK::FTAlphaBlend::BlendTimeToGo
float BlendTimeToGo
Definition: LA_Core_structs.hpp:450
SDK::EDistributionVectorLockFlags
EDistributionVectorLockFlags
Definition: LA_Core_structs.hpp:178
SDK::EInputEvent::IE_Pressed
@ IE_Pressed
SDK::EFColMovePickingOption::EFCMPO_PENETRATE
@ EFCMPO_PENETRATE
SDK::FBox::Min
struct FVector Min
Definition: LA_Core_structs.hpp:562
SDK::EInterpMethodType
EInterpMethodType
Definition: LA_Core_structs.hpp:81
SDK::ELocObjectLanguageExtension
ELocObjectLanguageExtension
Definition: LA_Core_structs.hpp:200
SDK::FMatrix::XPlane
struct FPlane XPlane
Definition: LA_Core_structs.hpp:361
SDK::ETickingGroup::TG_DuringAsyncWork
@ TG_DuringAsyncWork
SDK::UDistributionFloat
Definition: LA_Core_classes.hpp:1133
SDK::FCylinder
Definition: LA_Core_structs.hpp:419
SDK::FInterpCurvePointLinearColor::InVal
float InVal
Definition: LA_Core_structs.hpp:504
SDK::FThreadSafeCounter
Definition: LA_Core_structs.hpp:703
SDK::FRenderCommandFence
Definition: LA_Core_structs.hpp:482
SDK::FMultiMap_Mirror
Definition: LA_Core_structs.hpp:689
SDK::EAspectRatioAxisConstraint::AspectRatio_MAX
@ AspectRatio_MAX
SDK::EInterpMethodType::IMT_UseBrokenTangentEval
@ IMT_UseBrokenTangentEval
SDK::EFColMoveColOption::EFCMCO_PENETRATE
@ EFCMCO_PENETRATE
SDK::FInterpCurvePointTwoVectors::LeaveTangent
struct FTwoVectors LeaveTangent
Definition: LA_Core_structs.hpp:546
SDK::FArray_Mirror::ArrayNum
int ArrayNum
Definition: LA_Core_structs.hpp:395
SDK::ETickingGroup::TG_PostUpdateWork
@ TG_PostUpdateWork
SDK::FInterpCurveLinearColor
Definition: LA_Core_structs.hpp:513
SDK::FUntypedBulkData_Mirror::LockStatus
int LockStatus
Definition: LA_Core_structs.hpp:652
SDK::FInterpCurveTwoVectors::InterpMethod
TEnumAsByte< EInterpMethodType > InterpMethod
Definition: LA_Core_structs.hpp:555
SDK::EAspectRatioAxisConstraint
EAspectRatioAxisConstraint
Definition: LA_Core_structs.hpp:58
SDK::FPackedNormal::Z
unsigned char Z
Definition: LA_Core_structs.hpp:607
SDK::TEnumAsByte< EInterpCurveMode >
SDK::FUntypedBulkData_Mirror::VfTable
struct FPointer VfTable
Definition: LA_Core_structs.hpp:642
SDK::FBox
Definition: LA_Core_structs.hpp:560