UConversationLibrary::StartConversation

Windows
MacOS
Linux

References

Module

CommonConversationRuntime

Header

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationLibrary.h

Include

#include "ConversationLibrary.h"

Source

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Private/ConversationLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Conversation",
          Meta=(DeterminesOutputType="ConversationType"))
static UConversationInstance * StartConversation
(
    FGameplayTag ConversationEntryTag,
    AActor * Instigator,
    FGameplayTag InstigatorTag,
    AActor * Target,
    FGameplayTag TargetTag
)

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