unreal.ConversationRequirementResult
¶
- class unreal.ConversationRequirementResult¶
Bases:
unreal.EnumBase
The requirement result.
C++ Source:
Plugin: CommonConversation
Module: CommonConversationRuntime
File: ConversationRequirementNode.h
- FAILED_AND_HIDDEN¶
This option is not available, and we should keep it hidden.
- Type
2
- FAILED_BUT_VISIBLE¶
This option is not available, but we should tell the player about it still.
- Type
1
- PASSED¶
This option is available
- Type
0