ICollectionManager::HandleFixupRedirectors

Called to notify the collections that they should fix-up their object references so that they no longer contain any redirectors References are only updated in-memory, and won't be saved to disk until a redirector is deleted (which forces our hand), or the collection is saved for any other reason

Unreal Engine C++ API Reference > Developer > CollectionManager > ICollectionManager

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"
void HandleFixupRedirectors
(
    [ICollectionRedirectorFollower](API\Developer\CollectionManager\ICollectionRedirectorFollower) & InRedirectorFollower
)

Remarks

Called to notify the collections that they should fix-up their object references so that they no longer contain any redirectors References are only updated in-memory, and won't be saved to disk until a redirector is deleted (which forces our hand), or the collection is saved for any other reason


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library