![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Editor |
| namespace | UE::Editor::DataStorage |
| namespace | UE::Editor::DataStorage::Queries |
Macros | |
| #define | CallFunction(Capability, ReturnValue, FunctionName, ...) |
| #define | ArgTypeName(Type, Name) Type Name |
| #define | ArgName(Type, Name) Name |
| #define | FunctionCommon(ReturnType) |
| #define | Function0(Capability, Return, Function) |
| #define | Function1(Capability, Return, Function, Arg1) |
| #define | Function2(Capability, Return, Function, Arg1, Arg2) |
| #define | Function3(Capability, Return, Function, Arg1, Arg2, Arg3) |
| #define | Function4(Capability, Return, Function, Arg1, Arg2, Arg3, Arg4) |
| #define | ConstFunction0(Capability, Return, Function) |
| #define | ConstFunction1(Capability, Return, Function, Arg1) |
| #define | ConstFunction2(Capability, Return, Function, Arg1, Arg2) |
| #define | ConstFunction3(Capability, Return, Function, Arg1, Arg2, Arg3) |
| #define | ConstFunction4(Capability, Return, Function, Arg1, Arg2, Arg3, Arg4) |
| #define | CapabilityStart(Capability, Flags) |
| #define | CapabilityEnd(Capability) |
| #define CallFunction | ( | Capability, | |
| ReturnValue, | |||
| FunctionName, | |||
| ... | |||
| ) |
| #define CapabilityEnd | ( | Capability | ) |
| #define FunctionCommon | ( | ReturnType | ) |