UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InstancedStructBaseStructQueryParams.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "InstancedStructBaseStructQueryParams.generated.h"
6
94namespace UE::StructUtils
95{
96USTRUCT(BlueprintInternalUseOnly)
98{
100
101#if WITH_EDITOR
102 struct FParam
103 {
104 const FProperty* Property = nullptr;
105 int32 ArrayIndex = INDEX_NONE;
106 };
107
109#endif // WITH_EDITOR
110};
111}
112
@ INDEX_NONE
Definition CoreMiscDefines.h:150
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition UnrealType.h:174
Definition Array.h:670
Definition PropertyBag.cpp:61
Definition InstancedStructBaseStructQueryParams.h:98