UHierarchicalInstancedStaticMeshComponent::ApplyComponentInstanceData

Applies the cached component instance data to a newly blueprint constructed component.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInstancedStaticMeshComponent::ApplyComponentInstanceData()

UHierarchicalInstancedStaticMeshComponent::ApplyComponentInstanceData()

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 void ApplyComponentInstanceData
(
    struct FInstancedStaticMeshComponentInstanceData * ComponentInstanceData
)

Remarks

Applies the cached component instance data to a newly blueprint constructed component.