UHierarchicalInstancedStaticMeshComponent::SetCustomDataValue

Update custom data for specific instance

Windows
MacOS
Linux

Override Hierarchy

UInstancedStaticMeshComponent::SetCustomDataValue()

UHierarchicalInstancedStaticMeshComponent::SetCustomDataValue()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h

Include

#include "Components/HierarchicalInstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp

Syntax

virtual bool SetCustomDataValue
(
    int32 InstanceIndex,
    int32 CustomDataIndex,
    float CustomDataValue,
    bool bMarkRenderStateDirty
)

Remarks

Update custom data for specific instance

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss