UConversationTaskNode::CheckRequirements

Returns the highest priority EConversationRequirementResult, so Passed, having the least priority and FailedHidden having the highest priority.

Windows
MacOS
Linux

References

Module

CommonConversationRuntime

Header

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

Include

#include "ConversationTaskNode.h"

Source

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

Syntax

EConversationRequirementResult CheckRequirements
(
    const FConversationContext & InContext
) const

Remarks

Returns the highest priority EConversationRequirementResult, so Passed, having the least priority and FailedHidden having the highest priority.

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