UNavLinkCustomComponent::GetComponentInstanceData

Called before we throw away components during RerunConstructionScripts, to cache any data we wish to persist across that operation

Windows
MacOS
Linux

Override Hierarchy

UActorComponent::GetComponentInstanceData()

UNavLinkCustomComponent::GetComponentInstanceData()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h

Include

#include "NavLinkCustomComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp

Syntax

virtual TStructOnScope< FActorComponentInstanceData > GetComponentInstanceData() const

Remarks

Called before we throw away components during RerunConstructionScripts, to cache any data we wish to persist across that operation

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