implements IEQSQueryResultSourceInterface
0x00x0078
Members 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x08 | padding / unreflected | |||
| 0x04 | QueryID | int32 | Protected+7 flags | -1 | |
| 0x0034 | 0x24 | padding / unreflected | |||
| 0x08 | ItemType | TSubclassOf<UEnvQueryItemType> | Protected+7 flags | nullptr | |
| 0x04 | OptionIndex | int32 | Protected+7 flags | 0 | |
| 0x0064 | 0x04 | padding / unreflected | |||
| 0x10 | OnQueryFinishedEvent | FMulticastScriptDelegate | Protected+4 flags | <delegate> | |
Functions 7
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetNamedParam(const FName& ParamName, float Value) | FinalNative+1 flags | 0x0C | |
| TArray<FVector> GetResultsAsLocations() | FinalNative+1 flags | 0x10 | |
| TArray<AActor*> GetResultsAsActors() | FinalNative+1 flags | 0x10 | |
| bool GetQueryResultsAsLocations(const TArray<FVector>& ResultLocations) | FinalNative+1 flags | 0x11 | |
| bool GetQueryResultsAsActors(const TArray<AActor*>& ResultActors) | FinalNative+1 flags | 0x11 | |
| float GetItemScore(int32 ItemIndex) | FinalNative+1 flags | 0x08 | |
| void EQSQueryDoneSignature__DelegateSignature(UEnvQueryInstanceBlueprintWrapper* QueryInstance, const EEnvQueryStatus& QueryStatus) | Public | 0x09 |