FAddToCollectionCheckinDescriptionEvent

When a collection checkin happens, use this event to add additional text to the changelist description

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

Inheritance Hierarchy

  • TBaseMulticastDelegate_TwoParams< void, const FName &, TArray< FText > & >

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"

Syntax

class FAddToCollectionCheckinDescriptionEvent : public TBaseMulticastDelegate_TwoParams< void, const FName &, TArray< FText > & >  

Remarks

When a collection checkin happens, use this event to add additional text to the changelist description


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library