@rlsdk/steam 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +166 -0
- package/classes/AkAudio.ts +620 -0
- package/classes/Core.ts +1489 -0
- package/classes/Engine.ts +25512 -0
- package/classes/GFxUI.ts +480 -0
- package/classes/IpDrv.ts +2146 -0
- package/classes/OnlineSubsystemEOS.ts +954 -0
- package/classes/OnlineSubsystemSteamworks.ts +933 -0
- package/classes/ProjectX.ts +14003 -0
- package/classes/TAGame.ts +54138 -0
- package/classes/WinDrv.ts +116 -0
- package/classes/XAudio2.ts +13 -0
- package/classes/index.ts +20 -0
- package/constants/AkAudio.ts +6 -0
- package/constants/Core.ts +28 -0
- package/constants/Engine.ts +109 -0
- package/constants/GFxUI.ts +6 -0
- package/constants/IpDrv.ts +13 -0
- package/constants/OnlineSubsystemEOS.ts +6 -0
- package/constants/OnlineSubsystemSteamworks.ts +6 -0
- package/constants/ProjectX.ts +19 -0
- package/constants/TAGame.ts +79 -0
- package/constants/WinDrv.ts +6 -0
- package/constants/XAudio2.ts +6 -0
- package/constants/index.ts +14 -0
- package/enums/AkAudio.ts +121 -0
- package/enums/Core.ts +1646 -0
- package/enums/Engine.ts +3782 -0
- package/enums/GFxUI.ts +111 -0
- package/enums/IpDrv.ts +321 -0
- package/enums/OnlineSubsystemEOS.ts +25 -0
- package/enums/OnlineSubsystemSteamworks.ts +62 -0
- package/enums/ProjectX.ts +624 -0
- package/enums/TAGame.ts +2637 -0
- package/enums/WinDrv.ts +6 -0
- package/enums/XAudio2.ts +6 -0
- package/enums/index.ts +18 -0
- package/index.ts +11 -0
- package/offsets/AkAudio.ts +1049 -0
- package/offsets/Core.ts +1765 -0
- package/offsets/Engine.ts +26914 -0
- package/offsets/GFxUI.ts +525 -0
- package/offsets/IpDrv.ts +2259 -0
- package/offsets/OnlineSubsystemEOS.ts +602 -0
- package/offsets/OnlineSubsystemSteamworks.ts +1283 -0
- package/offsets/ProjectX.ts +14375 -0
- package/offsets/TAGame.ts +47649 -0
- package/offsets/WinDrv.ts +180 -0
- package/offsets/XAudio2.ts +102 -0
- package/offsets/globals.ts +13 -0
- package/offsets/index.ts +21 -0
- package/package.json +134 -0
- package/parameters/AkAudio.ts +780 -0
- package/parameters/Core.ts +4839 -0
- package/parameters/Engine.ts +37953 -0
- package/parameters/GFxUI.ts +1450 -0
- package/parameters/IpDrv.ts +7591 -0
- package/parameters/OnlineSubsystemEOS.ts +4309 -0
- package/parameters/OnlineSubsystemSteamworks.ts +4391 -0
- package/parameters/ProjectX.ts +31213 -0
- package/parameters/TAGame.ts +129564 -0
- package/parameters/WinDrv.ts +276 -0
- package/parameters/XAudio2.ts +4 -0
- package/parameters/index.ts +19 -0
- package/structs/AkAudio.ts +132 -0
- package/structs/Core.ts +750 -0
- package/structs/Engine.ts +5968 -0
- package/structs/GFxUI.ts +136 -0
- package/structs/IpDrv.ts +681 -0
- package/structs/OnlineSubsystemEOS.ts +23 -0
- package/structs/OnlineSubsystemSteamworks.ts +306 -0
- package/structs/ProjectX.ts +2527 -0
- package/structs/TAGame.ts +7487 -0
- package/structs/WinDrv.ts +6 -0
- package/structs/XAudio2.ts +6 -0
- package/structs/index.ts +18 -0
- package/types/GameDefines.ts +35 -0
- package/types/index.ts +9 -0
|
@@ -0,0 +1,1450 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GFxUI Package - Function Parameters
|
|
3
|
+
* Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
+
import type { UObject } from '../classes/Core';
|
|
8
|
+
import type {
|
|
9
|
+
UEngine,
|
|
10
|
+
UGameViewportClient,
|
|
11
|
+
ULocalPlayer,
|
|
12
|
+
UPlayerController,
|
|
13
|
+
UTexture,
|
|
14
|
+
UTranslationContext,
|
|
15
|
+
UUISoundTheme,
|
|
16
|
+
} from '../classes/Engine';
|
|
17
|
+
import type { UGFxEvent_FSCommand, UGFxMoviePlayer, UGFxObject, USwfMovie } from '../classes/GFxUI';
|
|
18
|
+
import type { EInputEvent } from '../enums/Core';
|
|
19
|
+
import type { GFxAlign, GFxCollectionMode, GFxScaleMode, GFxTimingMode } from '../enums/GFxUI';
|
|
20
|
+
import type { FMatrix } from '../structs/Core';
|
|
21
|
+
import type { FASColorTransform, FASDisplayInfo, FASValue, FEventData, FLoadingMovieMapInfo } from '../structs/GFxUI';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Function GFxUI.GFxAction_CloseMovie.IsValidLevelSequenceObject
|
|
25
|
+
*/
|
|
26
|
+
export type GFxAction_CloseMovie_IsValidLevelSequenceObject_Params = {
|
|
27
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Function GFxUI.GFxAction_GetVariable.IsValidLevelSequenceObject
|
|
32
|
+
*/
|
|
33
|
+
export type GFxAction_GetVariable_IsValidLevelSequenceObject_Params = {
|
|
34
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Function GFxUI.GFxAction_Invoke.IsValidLevelSequenceObject
|
|
39
|
+
*/
|
|
40
|
+
export type GFxAction_Invoke_IsValidLevelSequenceObject_Params = {
|
|
41
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Function GFxUI.GFxAction_OpenMovie.IsValidLevelSequenceObject
|
|
46
|
+
*/
|
|
47
|
+
export type GFxAction_OpenMovie_IsValidLevelSequenceObject_Params = {
|
|
48
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Function GFxUI.GFxAction_SetVariable.IsValidLevelSequenceObject
|
|
53
|
+
*/
|
|
54
|
+
export type GFxAction_SetVariable_IsValidLevelSequenceObject_Params = {
|
|
55
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Function GFxUI.GFxClikWidget.AddEventListener
|
|
60
|
+
*/
|
|
61
|
+
export type GFxClikWidget_AddEventListener_Params = {
|
|
62
|
+
Type: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
63
|
+
Listener: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
64
|
+
useCapture: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
65
|
+
listenerPriority: number; // 0x0024 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
66
|
+
useWeakReference: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
67
|
+
O: UGFxObject; // 0x0030 (0x0008) [UGFxObject*]
|
|
68
|
+
funcobj: UGFxObject; // 0x0038 (0x0008) [UGFxObject*]
|
|
69
|
+
Typestring: string; // 0x0040 (0x0010) [FString]
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Function GFxUI.GFxClikWidget.AS3AddEventListener
|
|
74
|
+
*/
|
|
75
|
+
export type GFxClikWidget_AS3AddEventListener_Params = {
|
|
76
|
+
Type: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
77
|
+
O: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
78
|
+
useCapture: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
79
|
+
listenerPriority: number; // 0x001c (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
80
|
+
useWeakReference: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Function GFxUI.GFxClikWidget.ASAddEventListener
|
|
85
|
+
*/
|
|
86
|
+
export type GFxClikWidget_ASAddEventListener_Params = {
|
|
87
|
+
Type: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
88
|
+
O: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
89
|
+
func: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Function GFxUI.GFxClikWidget.ASRemoveAllEventListeners
|
|
94
|
+
*/
|
|
95
|
+
export type GFxClikWidget_ASRemoveAllEventListeners_Params = {
|
|
96
|
+
Event: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Function GFxUI.GFxClikWidget.EventListener
|
|
101
|
+
*/
|
|
102
|
+
export type GFxClikWidget_EventListener_Params = {
|
|
103
|
+
Data: FEventData; // 0x0000 (0x0038) [FEventData] [CPF_Parm]
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Function GFxUI.GFxClikWidget.GetEventStringFromTypename
|
|
108
|
+
*/
|
|
109
|
+
export type GFxClikWidget_GetEventStringFromTypename_Params = {
|
|
110
|
+
Typename: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
111
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
112
|
+
Typestring: string; // 0x0018 (0x0010) [FString]
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Function GFxUI.GFxClikWidget.RemoveAllEventListeners
|
|
117
|
+
*/
|
|
118
|
+
export type GFxClikWidget_RemoveAllEventListeners_Params = {
|
|
119
|
+
Event: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Function GFxUI.GFxClikWidget.SetListener
|
|
124
|
+
*/
|
|
125
|
+
export type GFxClikWidget_SetListener_Params = {
|
|
126
|
+
O: UGFxObject; // 0x0000 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
127
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
128
|
+
Listener: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Function GFxUI.GFxEngine.Tick
|
|
133
|
+
*/
|
|
134
|
+
export type GFxEngine_Tick_Params = {
|
|
135
|
+
DeltaTime: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Function GFxUI.GFxEngine.UpdateMovieLoadingInfo
|
|
140
|
+
*/
|
|
141
|
+
export type GFxEngine_UpdateMovieLoadingInfo_Params = {
|
|
142
|
+
LoadingInfo: FLoadingMovieMapInfo; // 0x0000 (0x00a0) [FLoadingMovieMapInfo] [CPF_Parm | CPF_OutParm]
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Function GFxUI.GFxFSCmdHandler.FSCommand
|
|
147
|
+
*/
|
|
148
|
+
export type GFxFSCmdHandler_FSCommand_Params = {
|
|
149
|
+
Movie: UGFxMoviePlayer; // 0x0000 (0x0008) [UGFxMoviePlayer*] [CPF_Parm]
|
|
150
|
+
Event: UGFxEvent_FSCommand; // 0x0008 (0x0008) [UGFxEvent_FSCommand*] [CPF_Parm]
|
|
151
|
+
Cmd: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
152
|
+
Arg: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
|
|
153
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Function GFxUI.GFxFSCmdHandler_Kismet.FSCommand
|
|
158
|
+
*/
|
|
159
|
+
export type GFxFSCmdHandler_Kismet_FSCommand_Params = {
|
|
160
|
+
Movie: UGFxMoviePlayer; // 0x0000 (0x0008) [UGFxMoviePlayer*] [CPF_Parm]
|
|
161
|
+
Event: UGFxEvent_FSCommand; // 0x0008 (0x0008) [UGFxEvent_FSCommand*] [CPF_Parm]
|
|
162
|
+
Cmd: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
163
|
+
Arg: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
|
|
164
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Function GFxUI.GFxInteraction.CloseAllMoviePlayers
|
|
169
|
+
*/
|
|
170
|
+
export type GFxInteraction_CloseAllMoviePlayers_Params = {};
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Function GFxUI.GFxInteraction.DebugInputKey
|
|
174
|
+
*/
|
|
175
|
+
export type GFxInteraction_DebugInputKey_Params = {
|
|
176
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
177
|
+
Key: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
178
|
+
Event: EInputEvent; // 0x000c (0x0001) [EInputEvent] [CPF_Parm]
|
|
179
|
+
AmountDepressed: number; // 0x0010 (0x0004) [float] [CPF_Parm]
|
|
180
|
+
bGamepad: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Function GFxUI.GFxInteraction.GetFocusMovie
|
|
185
|
+
*/
|
|
186
|
+
export type GFxInteraction_GetFocusMovie_Params = {
|
|
187
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
188
|
+
ReturnValue: UGFxMoviePlayer; // 0x0008 (0x0008) [UGFxMoviePlayer*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Function GFxUI.GFxInteraction.NotifyGameSessionEnded
|
|
193
|
+
*/
|
|
194
|
+
export type GFxInteraction_NotifyGameSessionEnded_Params = {};
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Function GFxUI.GFxInteraction.NotifyPlayerAdded
|
|
198
|
+
*/
|
|
199
|
+
export type GFxInteraction_NotifyPlayerAdded_Params = {
|
|
200
|
+
PlayerIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
201
|
+
AddedPlayer: ULocalPlayer; // 0x0008 (0x0008) [ULocalPlayer*] [CPF_Parm]
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Function GFxUI.GFxInteraction.NotifyPlayerRemoved
|
|
206
|
+
*/
|
|
207
|
+
export type GFxInteraction_NotifyPlayerRemoved_Params = {
|
|
208
|
+
PlayerIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
209
|
+
RemovedPlayer: ULocalPlayer; // 0x0008 (0x0008) [ULocalPlayer*] [CPF_Parm]
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Function GFxUI.GFxInteraction.NotifySplitscreenLayoutChanged
|
|
214
|
+
*/
|
|
215
|
+
export type GFxInteraction_NotifySplitscreenLayoutChanged_Params = {};
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptConstructor
|
|
219
|
+
*/
|
|
220
|
+
export type GFxMoviePlayer_ActionScriptConstructor_Params = {
|
|
221
|
+
ClassName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
222
|
+
ReturnValue: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
223
|
+
};
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptFloat
|
|
227
|
+
*/
|
|
228
|
+
export type GFxMoviePlayer_ActionScriptFloat_Params = {
|
|
229
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
230
|
+
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptInt
|
|
235
|
+
*/
|
|
236
|
+
export type GFxMoviePlayer_ActionScriptInt_Params = {
|
|
237
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
238
|
+
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptObject
|
|
243
|
+
*/
|
|
244
|
+
export type GFxMoviePlayer_ActionScriptObject_Params = {
|
|
245
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
246
|
+
ReturnValue: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptSetFunction
|
|
251
|
+
*/
|
|
252
|
+
export type GFxMoviePlayer_ActionScriptSetFunction_Params = {
|
|
253
|
+
Object: UGFxObject; // 0x0000 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
254
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptString
|
|
259
|
+
*/
|
|
260
|
+
export type GFxMoviePlayer_ActionScriptString_Params = {
|
|
261
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
262
|
+
ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Function GFxUI.GFxMoviePlayer.ActionScriptVoid
|
|
267
|
+
*/
|
|
268
|
+
export type GFxMoviePlayer_ActionScriptVoid_Params = {
|
|
269
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Function GFxUI.GFxMoviePlayer.AddCaptureKey
|
|
274
|
+
*/
|
|
275
|
+
export type GFxMoviePlayer_AddCaptureKey_Params = {
|
|
276
|
+
Key: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* Function GFxUI.GFxMoviePlayer.AddFocusIgnoreKey
|
|
281
|
+
*/
|
|
282
|
+
export type GFxMoviePlayer_AddFocusIgnoreKey_Params = {
|
|
283
|
+
Key: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* Function GFxUI.GFxMoviePlayer.Advance
|
|
288
|
+
*/
|
|
289
|
+
export type GFxMoviePlayer_Advance_Params = {
|
|
290
|
+
Time: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Function GFxUI.GFxMoviePlayer.ApplyPriorityBlurEffect
|
|
295
|
+
*/
|
|
296
|
+
export type GFxMoviePlayer_ApplyPriorityBlurEffect_Params = {
|
|
297
|
+
bRemoveEffect: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Function GFxUI.GFxMoviePlayer.ApplyPriorityEffect
|
|
302
|
+
*/
|
|
303
|
+
export type GFxMoviePlayer_ApplyPriorityEffect_Params = {
|
|
304
|
+
bRequestedBlurState: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
305
|
+
bRequestedHiddenState: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Function GFxUI.GFxMoviePlayer.ApplyPriorityVisibilityEffect
|
|
310
|
+
*/
|
|
311
|
+
export type GFxMoviePlayer_ApplyPriorityVisibilityEffect_Params = {
|
|
312
|
+
bRemoveEffect: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Function GFxUI.GFxMoviePlayer.ClearCaptureKeys
|
|
317
|
+
*/
|
|
318
|
+
export type GFxMoviePlayer_ClearCaptureKeys_Params = {};
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* Function GFxUI.GFxMoviePlayer.ClearFocusIgnoreKeys
|
|
322
|
+
*/
|
|
323
|
+
export type GFxMoviePlayer_ClearFocusIgnoreKeys_Params = {};
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* Function GFxUI.GFxMoviePlayer.Close
|
|
327
|
+
*/
|
|
328
|
+
export type GFxMoviePlayer_Close_Params = {
|
|
329
|
+
Unload: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* Function GFxUI.GFxMoviePlayer.ConditionalClearPause
|
|
334
|
+
*/
|
|
335
|
+
export type GFxMoviePlayer_ConditionalClearPause_Params = {
|
|
336
|
+
LP: ULocalPlayer; // 0x0000 (0x0008) [ULocalPlayer*]
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Function GFxUI.GFxMoviePlayer.ConsoleCommand
|
|
341
|
+
*/
|
|
342
|
+
export type GFxMoviePlayer_ConsoleCommand_Params = {
|
|
343
|
+
Command: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
344
|
+
PC: UPlayerController; // 0x0010 (0x0008) [UPlayerController*]
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* Function GFxUI.GFxMoviePlayer.CreateArray
|
|
349
|
+
*/
|
|
350
|
+
export type GFxMoviePlayer_CreateArray_Params = {
|
|
351
|
+
ReturnValue: UGFxObject; // 0x0000 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* Function GFxUI.GFxMoviePlayer.CreateObject
|
|
356
|
+
*/
|
|
357
|
+
export type GFxMoviePlayer_CreateObject_Params = {
|
|
358
|
+
ASClass: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
359
|
+
Type: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
360
|
+
args: FASValue[]; // 0x0018 (0x0010) [TArray<FASValue>] [CPF_Parm | CPF_OptionalParm]
|
|
361
|
+
ReturnValue: UGFxObject; // 0x0028 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
362
|
+
};
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* Function GFxUI.GFxMoviePlayer.FilterButtonInput
|
|
366
|
+
*/
|
|
367
|
+
export type GFxMoviePlayer_FilterButtonInput_Params = {
|
|
368
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
369
|
+
ButtonName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
370
|
+
InputEvent: EInputEvent; // 0x000c (0x0001) [EInputEvent] [CPF_Parm]
|
|
371
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* Function GFxUI.GFxMoviePlayer.FlushPlayerInput
|
|
376
|
+
*/
|
|
377
|
+
export type GFxMoviePlayer_FlushPlayerInput_Params = {
|
|
378
|
+
capturekeysonly: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Function GFxUI.GFxMoviePlayer.GetAVMVersion
|
|
383
|
+
*/
|
|
384
|
+
export type GFxMoviePlayer_GetAVMVersion_Params = {
|
|
385
|
+
ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Function GFxUI.GFxMoviePlayer.GetGameViewportClient
|
|
390
|
+
*/
|
|
391
|
+
export type GFxMoviePlayer_GetGameViewportClient_Params = {
|
|
392
|
+
ReturnValue: UGameViewportClient; // 0x0000 (0x0008) [UGameViewportClient*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Function GFxUI.GFxMoviePlayer.GetLP
|
|
397
|
+
*/
|
|
398
|
+
export type GFxMoviePlayer_GetLP_Params = {
|
|
399
|
+
ReturnValue: ULocalPlayer; // 0x0000 (0x0008) [ULocalPlayer*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
400
|
+
Eng: UEngine; // 0x0008 (0x0008) [UEngine*]
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Function GFxUI.GFxMoviePlayer.GetPC
|
|
405
|
+
*/
|
|
406
|
+
export type GFxMoviePlayer_GetPC_Params = {
|
|
407
|
+
ReturnValue: UPlayerController; // 0x0000 (0x0008) [UPlayerController*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
408
|
+
LocalPlayerOwner: ULocalPlayer; // 0x0008 (0x0008) [ULocalPlayer*]
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Function GFxUI.GFxMoviePlayer.GetVariable
|
|
413
|
+
*/
|
|
414
|
+
export type GFxMoviePlayer_GetVariable_Params = {
|
|
415
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
416
|
+
ReturnValue: FASValue; // 0x0010 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
417
|
+
};
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableArray
|
|
421
|
+
*/
|
|
422
|
+
export type GFxMoviePlayer_GetVariableArray_Params = {
|
|
423
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
424
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
425
|
+
Arg: FASValue[]; // 0x0018 (0x0010) [TArray<FASValue>] [CPF_Parm | CPF_OutParm]
|
|
426
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
427
|
+
};
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableBool
|
|
431
|
+
*/
|
|
432
|
+
export type GFxMoviePlayer_GetVariableBool_Params = {
|
|
433
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
434
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableFloatArray
|
|
439
|
+
*/
|
|
440
|
+
export type GFxMoviePlayer_GetVariableFloatArray_Params = {
|
|
441
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
442
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
443
|
+
Arg: number[]; // 0x0018 (0x0010) [TArray<float>] [CPF_Parm | CPF_OutParm]
|
|
444
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableInt
|
|
449
|
+
*/
|
|
450
|
+
export type GFxMoviePlayer_GetVariableInt_Params = {
|
|
451
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
452
|
+
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
453
|
+
};
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableIntArray
|
|
457
|
+
*/
|
|
458
|
+
export type GFxMoviePlayer_GetVariableIntArray_Params = {
|
|
459
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
460
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
461
|
+
Arg: number[]; // 0x0018 (0x0010) [TArray<int32>] [CPF_Parm | CPF_OutParm]
|
|
462
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
463
|
+
};
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableNumber
|
|
467
|
+
*/
|
|
468
|
+
export type GFxMoviePlayer_GetVariableNumber_Params = {
|
|
469
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
470
|
+
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableObject
|
|
475
|
+
*/
|
|
476
|
+
export type GFxMoviePlayer_GetVariableObject_Params = {
|
|
477
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
478
|
+
Type: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
479
|
+
ReturnValue: UGFxObject; // 0x0018 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
480
|
+
};
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableString
|
|
484
|
+
*/
|
|
485
|
+
export type GFxMoviePlayer_GetVariableString_Params = {
|
|
486
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
487
|
+
ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
488
|
+
};
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* Function GFxUI.GFxMoviePlayer.GetVariableStringArray
|
|
492
|
+
*/
|
|
493
|
+
export type GFxMoviePlayer_GetVariableStringArray_Params = {
|
|
494
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
495
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
496
|
+
Arg: string[]; // 0x0018 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
|
|
497
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* Function GFxUI.GFxMoviePlayer.GetVisibleFrameRect
|
|
502
|
+
*/
|
|
503
|
+
export type GFxMoviePlayer_GetVisibleFrameRect_Params = {
|
|
504
|
+
x0: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
505
|
+
y0: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
506
|
+
X1: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
507
|
+
Y1: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
508
|
+
};
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* Function GFxUI.GFxMoviePlayer.Init
|
|
512
|
+
*/
|
|
513
|
+
export type GFxMoviePlayer_Init_Params = {
|
|
514
|
+
LocPlay: ULocalPlayer; // 0x0000 (0x0008) [ULocalPlayer*] [CPF_Parm | CPF_OptionalParm]
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* Function GFxUI.GFxMoviePlayer.Invoke
|
|
519
|
+
*/
|
|
520
|
+
export type GFxMoviePlayer_Invoke_Params = {
|
|
521
|
+
method: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
522
|
+
args: FASValue[]; // 0x0010 (0x0010) [TArray<FASValue>] [CPF_Parm]
|
|
523
|
+
ReturnValue: FASValue; // 0x0020 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
524
|
+
};
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* Function GFxUI.GFxMoviePlayer.IsHidden
|
|
528
|
+
*/
|
|
529
|
+
export type GFxMoviePlayer_IsHidden_Params = {
|
|
530
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
531
|
+
};
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* Function GFxUI.GFxMoviePlayer.OnCleanup
|
|
535
|
+
*/
|
|
536
|
+
export type GFxMoviePlayer_OnCleanup_Params = {};
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Function GFxUI.GFxMoviePlayer.OnClose
|
|
540
|
+
*/
|
|
541
|
+
export type GFxMoviePlayer_OnClose_Params = {};
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Function GFxUI.GFxMoviePlayer.OnFocusGained
|
|
545
|
+
*/
|
|
546
|
+
export type GFxMoviePlayer_OnFocusGained_Params = {
|
|
547
|
+
LocalPlayerIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* Function GFxUI.GFxMoviePlayer.OnFocusLost
|
|
552
|
+
*/
|
|
553
|
+
export type GFxMoviePlayer_OnFocusLost_Params = {
|
|
554
|
+
LocalPlayerIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Function GFxUI.GFxMoviePlayer.OnPostAdvance
|
|
559
|
+
*/
|
|
560
|
+
export type GFxMoviePlayer_OnPostAdvance_Params = {
|
|
561
|
+
DeltaTime: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
562
|
+
};
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* Function GFxUI.GFxMoviePlayer.PlaySoundFromTheme
|
|
566
|
+
*/
|
|
567
|
+
export type GFxMoviePlayer_PlaySoundFromTheme_Params = {
|
|
568
|
+
EventName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
569
|
+
SoundThemeName: FName; // 0x0008 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
|
|
570
|
+
ThemeIndex: number; // 0x0010 (0x0004) [int32]
|
|
571
|
+
Theme: UUISoundTheme; // 0x0018 (0x0008) [UUISoundTheme*]
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* Function GFxUI.GFxMoviePlayer.PostAdvance
|
|
576
|
+
*/
|
|
577
|
+
export type GFxMoviePlayer_PostAdvance_Params = {
|
|
578
|
+
DeltaTime: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
579
|
+
};
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* Function GFxUI.GFxMoviePlayer.PostWidgetInit
|
|
583
|
+
*/
|
|
584
|
+
export type GFxMoviePlayer_PostWidgetInit_Params = {};
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* Function GFxUI.GFxMoviePlayer.RenderOnce
|
|
588
|
+
*/
|
|
589
|
+
export type GFxMoviePlayer_RenderOnce_Params = {};
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* Function GFxUI.GFxMoviePlayer.RequestGarbageCollection
|
|
593
|
+
*/
|
|
594
|
+
export type GFxMoviePlayer_RequestGarbageCollection_Params = {
|
|
595
|
+
Mode: GFxCollectionMode; // 0x0000 (0x0001) [GFxCollectionMode] [CPF_Parm | CPF_OptionalParm]
|
|
596
|
+
bImmediate: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
597
|
+
};
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* Function GFxUI.GFxMoviePlayer.SetAlignment
|
|
601
|
+
*/
|
|
602
|
+
export type GFxMoviePlayer_SetAlignment_Params = {
|
|
603
|
+
A: GFxAlign; // 0x0000 (0x0001) [GFxAlign] [CPF_Parm]
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* Function GFxUI.GFxMoviePlayer.SetExternalInterface
|
|
608
|
+
*/
|
|
609
|
+
export type GFxMoviePlayer_SetExternalInterface_Params = {
|
|
610
|
+
H: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* Function GFxUI.GFxMoviePlayer.SetExternalTexture
|
|
615
|
+
*/
|
|
616
|
+
export type GFxMoviePlayer_SetExternalTexture_Params = {
|
|
617
|
+
Resource: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
618
|
+
Texture: UTexture; // 0x0010 (0x0008) [UTexture*] [CPF_Parm]
|
|
619
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
620
|
+
};
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* Function GFxUI.GFxMoviePlayer.SetFullScreen
|
|
624
|
+
*/
|
|
625
|
+
export type GFxMoviePlayer_SetFullScreen_Params = {
|
|
626
|
+
bFullScreen: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* Function GFxUI.GFxMoviePlayer.SetHidden
|
|
631
|
+
*/
|
|
632
|
+
export type GFxMoviePlayer_SetHidden_Params = {
|
|
633
|
+
bHidden: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
634
|
+
};
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* Function GFxUI.GFxMoviePlayer.SetMovieCanReceiveFocus
|
|
638
|
+
*/
|
|
639
|
+
export type GFxMoviePlayer_SetMovieCanReceiveFocus_Params = {
|
|
640
|
+
bCanReceiveFocus: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* Function GFxUI.GFxMoviePlayer.SetMovieCanReceiveInput
|
|
645
|
+
*/
|
|
646
|
+
export type GFxMoviePlayer_SetMovieCanReceiveInput_Params = {
|
|
647
|
+
bCanReceiveInput: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* Function GFxUI.GFxMoviePlayer.SetMovieInfo
|
|
652
|
+
*/
|
|
653
|
+
export type GFxMoviePlayer_SetMovieInfo_Params = {
|
|
654
|
+
Data: USwfMovie; // 0x0000 (0x0008) [USwfMovie*] [CPF_Parm]
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* Function GFxUI.GFxMoviePlayer.SetPause
|
|
659
|
+
*/
|
|
660
|
+
export type GFxMoviePlayer_SetPause_Params = {
|
|
661
|
+
bPausePlayback: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Function GFxUI.GFxMoviePlayer.SetPerspective3D
|
|
666
|
+
*/
|
|
667
|
+
export type GFxMoviePlayer_SetPerspective3D_Params = {
|
|
668
|
+
matPersp: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm]
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Function GFxUI.GFxMoviePlayer.SetPriority
|
|
673
|
+
*/
|
|
674
|
+
export type GFxMoviePlayer_SetPriority_Params = {
|
|
675
|
+
NewPriority: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
676
|
+
};
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* Function GFxUI.GFxMoviePlayer.SetTimingMode
|
|
680
|
+
*/
|
|
681
|
+
export type GFxMoviePlayer_SetTimingMode_Params = {
|
|
682
|
+
Mode: GFxTimingMode; // 0x0000 (0x0001) [GFxTimingMode] [CPF_Parm]
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Function GFxUI.GFxMoviePlayer.SetVariable
|
|
687
|
+
*/
|
|
688
|
+
export type GFxMoviePlayer_SetVariable_Params = {
|
|
689
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
690
|
+
Arg: FASValue; // 0x0010 (0x0028) [FASValue] [CPF_Parm]
|
|
691
|
+
};
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableArray
|
|
695
|
+
*/
|
|
696
|
+
export type GFxMoviePlayer_SetVariableArray_Params = {
|
|
697
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
698
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
699
|
+
Arg: FASValue[]; // 0x0018 (0x0010) [TArray<FASValue>] [CPF_Parm]
|
|
700
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableBool
|
|
705
|
+
*/
|
|
706
|
+
export type GFxMoviePlayer_SetVariableBool_Params = {
|
|
707
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
708
|
+
B: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableFloatArray
|
|
713
|
+
*/
|
|
714
|
+
export type GFxMoviePlayer_SetVariableFloatArray_Params = {
|
|
715
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
716
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
717
|
+
Arg: number[]; // 0x0018 (0x0010) [TArray<float>] [CPF_Parm]
|
|
718
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
719
|
+
};
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableInt
|
|
723
|
+
*/
|
|
724
|
+
export type GFxMoviePlayer_SetVariableInt_Params = {
|
|
725
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
726
|
+
I: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
727
|
+
};
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableIntArray
|
|
731
|
+
*/
|
|
732
|
+
export type GFxMoviePlayer_SetVariableIntArray_Params = {
|
|
733
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
734
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
735
|
+
Arg: number[]; // 0x0018 (0x0010) [TArray<int32>] [CPF_Parm]
|
|
736
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
737
|
+
};
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableNumber
|
|
741
|
+
*/
|
|
742
|
+
export type GFxMoviePlayer_SetVariableNumber_Params = {
|
|
743
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
744
|
+
F: number; // 0x0010 (0x0004) [float] [CPF_Parm]
|
|
745
|
+
};
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableObject
|
|
749
|
+
*/
|
|
750
|
+
export type GFxMoviePlayer_SetVariableObject_Params = {
|
|
751
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
752
|
+
Object: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
753
|
+
};
|
|
754
|
+
|
|
755
|
+
/**
|
|
756
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableString
|
|
757
|
+
*/
|
|
758
|
+
export type GFxMoviePlayer_SetVariableString_Params = {
|
|
759
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
760
|
+
S: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
* Function GFxUI.GFxMoviePlayer.SetVariableStringArray
|
|
765
|
+
*/
|
|
766
|
+
export type GFxMoviePlayer_SetVariableStringArray_Params = {
|
|
767
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
768
|
+
Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
769
|
+
Arg: string[]; // 0x0018 (0x0010) [TArray<FString>] [CPF_Parm]
|
|
770
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* Function GFxUI.GFxMoviePlayer.SetView3D
|
|
775
|
+
*/
|
|
776
|
+
export type GFxMoviePlayer_SetView3D_Params = {
|
|
777
|
+
matView: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm]
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* Function GFxUI.GFxMoviePlayer.SetViewport
|
|
782
|
+
*/
|
|
783
|
+
export type GFxMoviePlayer_SetViewport_Params = {
|
|
784
|
+
X: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
785
|
+
Y: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
786
|
+
Width: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
787
|
+
Height: number; // 0x000c (0x0004) [int32] [CPF_Parm]
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* Function GFxUI.GFxMoviePlayer.SetViewScaleMode
|
|
792
|
+
*/
|
|
793
|
+
export type GFxMoviePlayer_SetViewScaleMode_Params = {
|
|
794
|
+
SM: GFxScaleMode; // 0x0000 (0x0001) [GFxScaleMode] [CPF_Parm]
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Function GFxUI.GFxMoviePlayer.SetWidgetPathBinding
|
|
799
|
+
*/
|
|
800
|
+
export type GFxMoviePlayer_SetWidgetPathBinding_Params = {
|
|
801
|
+
WidgetToBind: UGFxObject; // 0x0000 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
802
|
+
Path: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
|
|
803
|
+
};
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
* Function GFxUI.GFxMoviePlayer.Start
|
|
807
|
+
*/
|
|
808
|
+
export type GFxMoviePlayer_Start_Params = {
|
|
809
|
+
StartPaused: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
810
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
811
|
+
};
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* Function GFxUI.GFxMoviePlayer.UpdateSplitscreenLayout
|
|
815
|
+
*/
|
|
816
|
+
export type GFxMoviePlayer_UpdateSplitscreenLayout_Params = {};
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* Function GFxUI.GFxMoviePlayer.WidgetInitialized
|
|
820
|
+
*/
|
|
821
|
+
export type GFxMoviePlayer_WidgetInitialized_Params = {
|
|
822
|
+
WidgetName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
823
|
+
WidgetPath: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
|
|
824
|
+
Widget: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
825
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
826
|
+
};
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* Function GFxUI.GFxMoviePlayer.WidgetUnloaded
|
|
830
|
+
*/
|
|
831
|
+
export type GFxMoviePlayer_WidgetUnloaded_Params = {
|
|
832
|
+
WidgetName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
833
|
+
WidgetPath: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
|
|
834
|
+
Widget: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
835
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
836
|
+
};
|
|
837
|
+
|
|
838
|
+
/**
|
|
839
|
+
* Function GFxUI.GFxObject.ActionScriptArray
|
|
840
|
+
*/
|
|
841
|
+
export type GFxObject_ActionScriptArray_Params = {
|
|
842
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
843
|
+
ReturnValue: UGFxObject[]; // 0x0010 (0x0010) [TArray<UGFxObject*>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* Function GFxUI.GFxObject.ActionScriptFloat
|
|
848
|
+
*/
|
|
849
|
+
export type GFxObject_ActionScriptFloat_Params = {
|
|
850
|
+
method: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
851
|
+
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* Function GFxUI.GFxObject.ActionScriptInt
|
|
856
|
+
*/
|
|
857
|
+
export type GFxObject_ActionScriptInt_Params = {
|
|
858
|
+
method: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
859
|
+
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
860
|
+
};
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* Function GFxUI.GFxObject.ActionScriptObject
|
|
864
|
+
*/
|
|
865
|
+
export type GFxObject_ActionScriptObject_Params = {
|
|
866
|
+
Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
867
|
+
ReturnValue: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* Function GFxUI.GFxObject.ActionScriptSetFunction
|
|
872
|
+
*/
|
|
873
|
+
export type GFxObject_ActionScriptSetFunction_Params = {
|
|
874
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
875
|
+
};
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* Function GFxUI.GFxObject.ActionScriptSetFunctionOn
|
|
879
|
+
*/
|
|
880
|
+
export type GFxObject_ActionScriptSetFunctionOn_Params = {
|
|
881
|
+
Target: UGFxObject; // 0x0000 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
882
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
883
|
+
};
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* Function GFxUI.GFxObject.ActionScriptString
|
|
887
|
+
*/
|
|
888
|
+
export type GFxObject_ActionScriptString_Params = {
|
|
889
|
+
method: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
890
|
+
ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* Function GFxUI.GFxObject.ActionScriptVoid
|
|
895
|
+
*/
|
|
896
|
+
export type GFxObject_ActionScriptVoid_Params = {
|
|
897
|
+
method: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
898
|
+
};
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* Function GFxUI.GFxObject.AttachMovie
|
|
902
|
+
*/
|
|
903
|
+
export type GFxObject_AttachMovie_Params = {
|
|
904
|
+
symbolname: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
905
|
+
instancename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
906
|
+
Depth: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
907
|
+
Type: UGFxObject; // 0x0028 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
908
|
+
ReturnValue: UGFxObject; // 0x0030 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
/**
|
|
912
|
+
* Function GFxUI.GFxObject.CreateEmptyMovieClip
|
|
913
|
+
*/
|
|
914
|
+
export type GFxObject_CreateEmptyMovieClip_Params = {
|
|
915
|
+
instancename: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
916
|
+
Depth: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
917
|
+
Type: UGFxObject; // 0x0018 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
918
|
+
ReturnValue: UGFxObject; // 0x0020 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* Function GFxUI.GFxObject.Get
|
|
923
|
+
*/
|
|
924
|
+
export type GFxObject_Get_Params = {
|
|
925
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
926
|
+
ReturnValue: FASValue; // 0x0010 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
927
|
+
};
|
|
928
|
+
|
|
929
|
+
/**
|
|
930
|
+
* Function GFxUI.GFxObject.GetBool
|
|
931
|
+
*/
|
|
932
|
+
export type GFxObject_GetBool_Params = {
|
|
933
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
934
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
935
|
+
};
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* Function GFxUI.GFxObject.GetColorTransform
|
|
939
|
+
*/
|
|
940
|
+
export type GFxObject_GetColorTransform_Params = {
|
|
941
|
+
ReturnValue: FASColorTransform; // 0x0000 (0x0020) [FASColorTransform] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Function GFxUI.GFxObject.GetDisplayInfo
|
|
946
|
+
*/
|
|
947
|
+
export type GFxObject_GetDisplayInfo_Params = {
|
|
948
|
+
ReturnValue: FASDisplayInfo; // 0x0000 (0x002c) [FASDisplayInfo] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* Function GFxUI.GFxObject.GetDisplayMatrix
|
|
953
|
+
*/
|
|
954
|
+
export type GFxObject_GetDisplayMatrix_Params = {
|
|
955
|
+
ReturnValue: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
956
|
+
};
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* Function GFxUI.GFxObject.GetDisplayMatrix3D
|
|
960
|
+
*/
|
|
961
|
+
export type GFxObject_GetDisplayMatrix3D_Params = {
|
|
962
|
+
ReturnValue: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
963
|
+
};
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* Function GFxUI.GFxObject.GetElement
|
|
967
|
+
*/
|
|
968
|
+
export type GFxObject_GetElement_Params = {
|
|
969
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
970
|
+
ReturnValue: FASValue; // 0x0008 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
971
|
+
};
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* Function GFxUI.GFxObject.GetElementBool
|
|
975
|
+
*/
|
|
976
|
+
export type GFxObject_GetElementBool_Params = {
|
|
977
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
978
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* Function GFxUI.GFxObject.GetElementDisplayInfo
|
|
983
|
+
*/
|
|
984
|
+
export type GFxObject_GetElementDisplayInfo_Params = {
|
|
985
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
986
|
+
ReturnValue: FASDisplayInfo; // 0x0004 (0x002c) [FASDisplayInfo] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* Function GFxUI.GFxObject.GetElementDisplayMatrix
|
|
991
|
+
*/
|
|
992
|
+
export type GFxObject_GetElementDisplayMatrix_Params = {
|
|
993
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
994
|
+
ReturnValue: FMatrix; // 0x0010 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
995
|
+
};
|
|
996
|
+
|
|
997
|
+
/**
|
|
998
|
+
* Function GFxUI.GFxObject.GetElementFloat
|
|
999
|
+
*/
|
|
1000
|
+
export type GFxObject_GetElementFloat_Params = {
|
|
1001
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1002
|
+
ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* Function GFxUI.GFxObject.GetElementInt
|
|
1007
|
+
*/
|
|
1008
|
+
export type GFxObject_GetElementInt_Params = {
|
|
1009
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1010
|
+
ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* Function GFxUI.GFxObject.GetElementMember
|
|
1015
|
+
*/
|
|
1016
|
+
export type GFxObject_GetElementMember_Params = {
|
|
1017
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1018
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1019
|
+
ReturnValue: FASValue; // 0x0018 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1020
|
+
};
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* Function GFxUI.GFxObject.GetElementMemberBool
|
|
1024
|
+
*/
|
|
1025
|
+
export type GFxObject_GetElementMemberBool_Params = {
|
|
1026
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1027
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1028
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1029
|
+
};
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* Function GFxUI.GFxObject.GetElementMemberFloat
|
|
1033
|
+
*/
|
|
1034
|
+
export type GFxObject_GetElementMemberFloat_Params = {
|
|
1035
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1036
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1037
|
+
ReturnValue: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1038
|
+
};
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* Function GFxUI.GFxObject.GetElementMemberInt
|
|
1042
|
+
*/
|
|
1043
|
+
export type GFxObject_GetElementMemberInt_Params = {
|
|
1044
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1045
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1046
|
+
ReturnValue: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1047
|
+
};
|
|
1048
|
+
|
|
1049
|
+
/**
|
|
1050
|
+
* Function GFxUI.GFxObject.GetElementMemberObject
|
|
1051
|
+
*/
|
|
1052
|
+
export type GFxObject_GetElementMemberObject_Params = {
|
|
1053
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1054
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1055
|
+
Type: UGFxObject; // 0x0018 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
1056
|
+
ReturnValue: UGFxObject; // 0x0020 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* Function GFxUI.GFxObject.GetElementMemberString
|
|
1061
|
+
*/
|
|
1062
|
+
export type GFxObject_GetElementMemberString_Params = {
|
|
1063
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1064
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1065
|
+
ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1066
|
+
};
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* Function GFxUI.GFxObject.GetElementObject
|
|
1070
|
+
*/
|
|
1071
|
+
export type GFxObject_GetElementObject_Params = {
|
|
1072
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1073
|
+
Type: UGFxObject; // 0x0008 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
1074
|
+
ReturnValue: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1075
|
+
};
|
|
1076
|
+
|
|
1077
|
+
/**
|
|
1078
|
+
* Function GFxUI.GFxObject.GetElementString
|
|
1079
|
+
*/
|
|
1080
|
+
export type GFxObject_GetElementString_Params = {
|
|
1081
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1082
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1083
|
+
};
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* Function GFxUI.GFxObject.GetFloat
|
|
1087
|
+
*/
|
|
1088
|
+
export type GFxObject_GetFloat_Params = {
|
|
1089
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1090
|
+
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1091
|
+
};
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* Function GFxUI.GFxObject.GetInt
|
|
1095
|
+
*/
|
|
1096
|
+
export type GFxObject_GetInt_Params = {
|
|
1097
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1098
|
+
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1099
|
+
};
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* Function GFxUI.GFxObject.GetObject
|
|
1103
|
+
*/
|
|
1104
|
+
export type GFxObject_GetObject_Params = {
|
|
1105
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1106
|
+
Type: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OptionalParm]
|
|
1107
|
+
ReturnValue: UGFxObject; // 0x0018 (0x0008) [UGFxObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1108
|
+
};
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* Function GFxUI.GFxObject.GetPosition
|
|
1112
|
+
*/
|
|
1113
|
+
export type GFxObject_GetPosition_Params = {
|
|
1114
|
+
X: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
1115
|
+
Y: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm]
|
|
1116
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Function GFxUI.GFxObject.GetString
|
|
1121
|
+
*/
|
|
1122
|
+
export type GFxObject_GetString_Params = {
|
|
1123
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1124
|
+
ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1125
|
+
};
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* Function GFxUI.GFxObject.GetText
|
|
1129
|
+
*/
|
|
1130
|
+
export type GFxObject_GetText_Params = {
|
|
1131
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* Function GFxUI.GFxObject.GotoAndPlay
|
|
1136
|
+
*/
|
|
1137
|
+
export type GFxObject_GotoAndPlay_Params = {
|
|
1138
|
+
frame: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1139
|
+
};
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* Function GFxUI.GFxObject.GotoAndPlayI
|
|
1143
|
+
*/
|
|
1144
|
+
export type GFxObject_GotoAndPlayI_Params = {
|
|
1145
|
+
frame: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
/**
|
|
1149
|
+
* Function GFxUI.GFxObject.GotoAndStop
|
|
1150
|
+
*/
|
|
1151
|
+
export type GFxObject_GotoAndStop_Params = {
|
|
1152
|
+
frame: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1153
|
+
};
|
|
1154
|
+
|
|
1155
|
+
/**
|
|
1156
|
+
* Function GFxUI.GFxObject.GotoAndStopI
|
|
1157
|
+
*/
|
|
1158
|
+
export type GFxObject_GotoAndStopI_Params = {
|
|
1159
|
+
frame: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Function GFxUI.GFxObject.Invoke
|
|
1164
|
+
*/
|
|
1165
|
+
export type GFxObject_Invoke_Params = {
|
|
1166
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1167
|
+
args: FASValue[]; // 0x0010 (0x0010) [TArray<FASValue>] [CPF_Parm]
|
|
1168
|
+
ReturnValue: FASValue; // 0x0020 (0x0028) [FASValue] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1169
|
+
};
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Function GFxUI.GFxObject.Set
|
|
1173
|
+
*/
|
|
1174
|
+
export type GFxObject_Set_Params = {
|
|
1175
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1176
|
+
Arg: FASValue; // 0x0010 (0x0028) [FASValue] [CPF_Parm]
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
/**
|
|
1180
|
+
* Function GFxUI.GFxObject.SetBool
|
|
1181
|
+
*/
|
|
1182
|
+
export type GFxObject_SetBool_Params = {
|
|
1183
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1184
|
+
B: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
/**
|
|
1188
|
+
* Function GFxUI.GFxObject.SetColorTransform
|
|
1189
|
+
*/
|
|
1190
|
+
export type GFxObject_SetColorTransform_Params = {
|
|
1191
|
+
cxform: FASColorTransform; // 0x0000 (0x0020) [FASColorTransform] [CPF_Parm]
|
|
1192
|
+
};
|
|
1193
|
+
|
|
1194
|
+
/**
|
|
1195
|
+
* Function GFxUI.GFxObject.SetDisplayInfo
|
|
1196
|
+
*/
|
|
1197
|
+
export type GFxObject_SetDisplayInfo_Params = {
|
|
1198
|
+
D: FASDisplayInfo; // 0x0000 (0x002c) [FASDisplayInfo] [CPF_Parm]
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* Function GFxUI.GFxObject.SetDisplayMatrix
|
|
1203
|
+
*/
|
|
1204
|
+
export type GFxObject_SetDisplayMatrix_Params = {
|
|
1205
|
+
M: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Function GFxUI.GFxObject.SetDisplayMatrix3D
|
|
1210
|
+
*/
|
|
1211
|
+
export type GFxObject_SetDisplayMatrix3D_Params = {
|
|
1212
|
+
M: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
/**
|
|
1216
|
+
* Function GFxUI.GFxObject.SetElement
|
|
1217
|
+
*/
|
|
1218
|
+
export type GFxObject_SetElement_Params = {
|
|
1219
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1220
|
+
Arg: FASValue; // 0x0008 (0x0028) [FASValue] [CPF_Parm]
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
/**
|
|
1224
|
+
* Function GFxUI.GFxObject.SetElementBool
|
|
1225
|
+
*/
|
|
1226
|
+
export type GFxObject_SetElementBool_Params = {
|
|
1227
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1228
|
+
B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1229
|
+
};
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* Function GFxUI.GFxObject.SetElementColorTransform
|
|
1233
|
+
*/
|
|
1234
|
+
export type GFxObject_SetElementColorTransform_Params = {
|
|
1235
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1236
|
+
cxform: FASColorTransform; // 0x0004 (0x0020) [FASColorTransform] [CPF_Parm]
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* Function GFxUI.GFxObject.SetElementDisplayInfo
|
|
1241
|
+
*/
|
|
1242
|
+
export type GFxObject_SetElementDisplayInfo_Params = {
|
|
1243
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1244
|
+
D: FASDisplayInfo; // 0x0004 (0x002c) [FASDisplayInfo] [CPF_Parm]
|
|
1245
|
+
};
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* Function GFxUI.GFxObject.SetElementDisplayMatrix
|
|
1249
|
+
*/
|
|
1250
|
+
export type GFxObject_SetElementDisplayMatrix_Params = {
|
|
1251
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1252
|
+
M: FMatrix; // 0x0010 (0x0040) [FMatrix] [CPF_Parm]
|
|
1253
|
+
};
|
|
1254
|
+
|
|
1255
|
+
/**
|
|
1256
|
+
* Function GFxUI.GFxObject.SetElementFloat
|
|
1257
|
+
*/
|
|
1258
|
+
export type GFxObject_SetElementFloat_Params = {
|
|
1259
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1260
|
+
F: number; // 0x0004 (0x0004) [float] [CPF_Parm]
|
|
1261
|
+
};
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* Function GFxUI.GFxObject.SetElementInt
|
|
1265
|
+
*/
|
|
1266
|
+
export type GFxObject_SetElementInt_Params = {
|
|
1267
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1268
|
+
I: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* Function GFxUI.GFxObject.SetElementMember
|
|
1273
|
+
*/
|
|
1274
|
+
export type GFxObject_SetElementMember_Params = {
|
|
1275
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1276
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1277
|
+
Arg: FASValue; // 0x0018 (0x0028) [FASValue] [CPF_Parm]
|
|
1278
|
+
};
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* Function GFxUI.GFxObject.SetElementMemberBool
|
|
1282
|
+
*/
|
|
1283
|
+
export type GFxObject_SetElementMemberBool_Params = {
|
|
1284
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1285
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1286
|
+
B: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1287
|
+
};
|
|
1288
|
+
|
|
1289
|
+
/**
|
|
1290
|
+
* Function GFxUI.GFxObject.SetElementMemberFloat
|
|
1291
|
+
*/
|
|
1292
|
+
export type GFxObject_SetElementMemberFloat_Params = {
|
|
1293
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1294
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1295
|
+
F: number; // 0x0018 (0x0004) [float] [CPF_Parm]
|
|
1296
|
+
};
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* Function GFxUI.GFxObject.SetElementMemberInt
|
|
1300
|
+
*/
|
|
1301
|
+
export type GFxObject_SetElementMemberInt_Params = {
|
|
1302
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1303
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1304
|
+
I: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
|
|
1305
|
+
};
|
|
1306
|
+
|
|
1307
|
+
/**
|
|
1308
|
+
* Function GFxUI.GFxObject.SetElementMemberObject
|
|
1309
|
+
*/
|
|
1310
|
+
export type GFxObject_SetElementMemberObject_Params = {
|
|
1311
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1312
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1313
|
+
val: UGFxObject; // 0x0018 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
1314
|
+
};
|
|
1315
|
+
|
|
1316
|
+
/**
|
|
1317
|
+
* Function GFxUI.GFxObject.SetElementMemberString
|
|
1318
|
+
*/
|
|
1319
|
+
export type GFxObject_SetElementMemberString_Params = {
|
|
1320
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1321
|
+
Member: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1322
|
+
S: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
1323
|
+
};
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* Function GFxUI.GFxObject.SetElementObject
|
|
1327
|
+
*/
|
|
1328
|
+
export type GFxObject_SetElementObject_Params = {
|
|
1329
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1330
|
+
val: UGFxObject; // 0x0008 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* Function GFxUI.GFxObject.SetElementPosition
|
|
1335
|
+
*/
|
|
1336
|
+
export type GFxObject_SetElementPosition_Params = {
|
|
1337
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1338
|
+
X: number; // 0x0004 (0x0004) [float] [CPF_Parm]
|
|
1339
|
+
Y: number; // 0x0008 (0x0004) [float] [CPF_Parm]
|
|
1340
|
+
};
|
|
1341
|
+
|
|
1342
|
+
/**
|
|
1343
|
+
* Function GFxUI.GFxObject.SetElementString
|
|
1344
|
+
*/
|
|
1345
|
+
export type GFxObject_SetElementString_Params = {
|
|
1346
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1347
|
+
S: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1348
|
+
};
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* Function GFxUI.GFxObject.SetElementVisible
|
|
1352
|
+
*/
|
|
1353
|
+
export type GFxObject_SetElementVisible_Params = {
|
|
1354
|
+
Index: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1355
|
+
Visible: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1356
|
+
};
|
|
1357
|
+
|
|
1358
|
+
/**
|
|
1359
|
+
* Function GFxUI.GFxObject.SetFloat
|
|
1360
|
+
*/
|
|
1361
|
+
export type GFxObject_SetFloat_Params = {
|
|
1362
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1363
|
+
F: number; // 0x0010 (0x0004) [float] [CPF_Parm]
|
|
1364
|
+
};
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* Function GFxUI.GFxObject.SetFunction
|
|
1368
|
+
*/
|
|
1369
|
+
export type GFxObject_SetFunction_Params = {
|
|
1370
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1371
|
+
Context: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
|
|
1372
|
+
fname: FName; // 0x0018 (0x0008) [FName] [CPF_Parm]
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* Function GFxUI.GFxObject.SetInt
|
|
1377
|
+
*/
|
|
1378
|
+
export type GFxObject_SetInt_Params = {
|
|
1379
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1380
|
+
I: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* Function GFxUI.GFxObject.SetObject
|
|
1385
|
+
*/
|
|
1386
|
+
export type GFxObject_SetObject_Params = {
|
|
1387
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1388
|
+
val: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
1389
|
+
};
|
|
1390
|
+
|
|
1391
|
+
/**
|
|
1392
|
+
* Function GFxUI.GFxObject.SetPosition
|
|
1393
|
+
*/
|
|
1394
|
+
export type GFxObject_SetPosition_Params = {
|
|
1395
|
+
X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
1396
|
+
Y: number; // 0x0004 (0x0004) [float] [CPF_Parm]
|
|
1397
|
+
};
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* Function GFxUI.GFxObject.SetString
|
|
1401
|
+
*/
|
|
1402
|
+
export type GFxObject_SetString_Params = {
|
|
1403
|
+
Member: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1404
|
+
S: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
1405
|
+
InContext: UTranslationContext; // 0x0020 (0x0008) [UTranslationContext*] [CPF_Parm | CPF_OptionalParm]
|
|
1406
|
+
};
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* Function GFxUI.GFxObject.SetText
|
|
1410
|
+
*/
|
|
1411
|
+
export type GFxObject_SetText_Params = {
|
|
1412
|
+
Text: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
|
|
1413
|
+
InContext: UTranslationContext; // 0x0010 (0x0008) [UTranslationContext*] [CPF_Parm | CPF_OptionalParm]
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* Function GFxUI.GFxObject.SetVisible
|
|
1418
|
+
*/
|
|
1419
|
+
export type GFxObject_SetVisible_Params = {
|
|
1420
|
+
Visible: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
/**
|
|
1424
|
+
* Function GFxUI.GFxObject.TranslateString
|
|
1425
|
+
*/
|
|
1426
|
+
export type GFxObject_TranslateString_Params = {
|
|
1427
|
+
StringToTranslate: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1428
|
+
InContext: UTranslationContext; // 0x0010 (0x0008) [UTranslationContext*] [CPF_Parm | CPF_OptionalParm]
|
|
1429
|
+
ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
/**
|
|
1433
|
+
* Function GFxUI.GFxObject.WidgetInitialized
|
|
1434
|
+
*/
|
|
1435
|
+
export type GFxObject_WidgetInitialized_Params = {
|
|
1436
|
+
WidgetName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
1437
|
+
WidgetPath: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
|
|
1438
|
+
Widget: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
1439
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1440
|
+
};
|
|
1441
|
+
|
|
1442
|
+
/**
|
|
1443
|
+
* Function GFxUI.GFxObject.WidgetUnloaded
|
|
1444
|
+
*/
|
|
1445
|
+
export type GFxObject_WidgetUnloaded_Params = {
|
|
1446
|
+
WidgetName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
1447
|
+
WidgetPath: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
|
|
1448
|
+
Widget: UGFxObject; // 0x0010 (0x0008) [UGFxObject*] [CPF_Parm]
|
|
1449
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1450
|
+
};
|