UHierarchicalInstancedStaticMeshComponent::GetNavigationPerInstanceTransforms

Handles request from navigation system to gather instance transforms in a specific area box.

Windows
MacOS
Linux

Override Hierarchy

UInstancedStaticMeshComponent::GetNavigationPerInstanceTransforms()

UHierarchicalInstancedStaticMeshComponent::GetNavigationPerInstanceTransforms()

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 GetNavigationPerInstanceTransforms
(
    const FBox & AreaBox,
    TArray< FTransform > & InstanceData
) const

Remarks

Handles request from navigation system to gather instance transforms in a specific area box.

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