UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISMInstanceUpdateChangeSet.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8
13{
14public:
15 // Upcycle constructors
17
23
28
29#if WITH_EDITOR
31 {
33 }
34#endif
35
43
46
51
55
56 UE_DEPRECATED(5.6, "Use SetSharedLocalBounds instead")
60};
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
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
uint32 Offset
Definition VulkanMemory.cpp:4033
Definition ISMInstanceUpdateChangeSet.h:13
int32 PostUpdateNumInstances
Definition ISMInstanceUpdateChangeSet.h:59
FInstanceAttributeTracker::FDeltaRange< FInstanceAttributeTracker::EFlag::CustomDataChanged > GetCustomDataDelta() const
Definition ISMInstanceUpdateChangeSet.h:18
void AddInstanceLightShadowUVBias(const FVector4f &Value)
Definition ISMInstanceUpdateChangeSet.h:39
void SetInstanceLocalBounds(const FRenderBounds &Bounds)
Definition ISMInstanceUpdateChangeSet.h:57
ENGINE_API void SetInstancePrevTransforms(TArrayView< FMatrix > InPrevInstanceTransforms, const FVector &Offset)
Definition ISMInstanceUpdateChangeSet.cpp:41
TArray< int32 > LegacyInstanceReorderTable
Definition ISMInstanceUpdateChangeSet.h:58
FIdentityDeltaRange GetInstanceLightShadowUVBiasDelta() const
Definition ISMInstanceUpdateChangeSet.h:24
ENGINE_API void SetInstanceTransforms(TStridedView< FMatrix > InInstanceTransforms, const FVector Offset)
Definition ISMInstanceUpdateChangeSet.cpp:11
ENGINE_API void SetCustomData(const TArrayView< const float > &InPerInstanceCustomData, int32 InNumCustomDataFloats)
Definition ISMInstanceUpdateChangeSet.cpp:59
Definition InstanceUpdateChangeSet.h:16
Definition InstanceAttributeTracker.h:416
Definition InstanceUpdateChangeSet.h:298
ENGINE_API void SetSharedLocalBounds(const FRenderBounds &Bounds)
Definition InstanceUpdateChangeSet.cpp:62
FInstanceDataFlags Flags
Definition InstanceUpdateChangeSet.h:402
int32 NumCustomDataFloats
Definition InstanceUpdateChangeSet.h:415
TArray< FVector4f > InstanceLightShadowUVBias
Definition InstanceUpdateChangeSet.h:420
FInstanceUpdateChangeSet(int32 InNumSourceInstances, FInstanceDataFlags InFlags)
Definition InstanceUpdateChangeSet.h:303
Definition ArrayView.h:139
Definition Array.h:670
Definition StridedView.h:44
Definition RenderTransform.h:272
uint16 bHasPerInstanceCustomData
Definition InstanceDataTypes.h:41