Navigation
API > API/Plugins > API/Plugins/HTNPlanner
| Name | THTNWorldStateOperation |
| Type | struct |
| Header File | /Engine/Plugins/AI/HTNPlanner/Source/HTNPlanner/Public/HTNDomain.h |
| Include Path | #include "HTNDomain.h" |
Syntax
template<typename TOperationEnum>
struct THTNWorldStateOperation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THTNWorldStateOperation
(
const FHTNPolicy::FWSKey InKeyLeftHand, |
HTNDomain.h | ||
THTNWorldStateOperation
(
const FHTNPolicy::FWSKey InKeyLeftHand, |
HTNDomain.h | ||
THTNWorldStateOperation
(
const TAlternativeKey InKeyLeftHand, |
HTNDomain.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOperationEnum | TOperationEnum | HTNDomain.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyLeftHand | const FHTNPolicy::FWSKey | HTNDomain.h | ||
| KeyRightHand | FHTNPolicy::FWSKey | HTNDomain.h | ||
| Operation | const FHTNPolicy::FWSOperationID | HTNDomain.h | ||
| Value | FHTNPolicy::FWSValue | HTNDomain.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRHSAbsolute() |
HTNDomain.h | ||
bool IsValid() |
HTNDomain.h | ||
THTNWorldStateOperation< TOperationEnum > & SetRHSAsValue
(
const FHTNPolicy::FWSValue InValue |
HTNDomain.h | ||
THTNWorldStateOperation< TOperationEnum > & SetRHSAsWSKey
(
const FHTNPolicy::FWSKey InKeyRightHand |
HTNDomain.h | ||
THTNWorldStateOperation< TOperationEnum > & SetRHSAsWSKey
(
const TAlternativeKey InKeyRightHand |
HTNDomain.h |