IReviewCommentAPI::GetOrCreateReviewTopicForCL

Retrieves the review associated with a CL. If there is none, it creates a new review and returns that.

Unreal Engine C++ API Reference > Editor > Kismet > IReviewCommentAPI

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/ReviewComments.h
Include #include "ReviewComments.h"
void GetOrCreateReviewTopicForCL
(
    const [FString](API\Runtime\Core\Containers\FString) & ChangelistNum,
    const [OnGetReviewTopicForCLComplete](API\Editor\Kismet\IReviewCommentAPI\OnGetReviewTopicForCLComplete) & OnComplete
) const

Remarks

Retrieves the review associated with a CL. If there is none, it creates a new review and returns that.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library