|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomGameplayRequirements.h>
公開メンバ関数 | |
| FAtomGameplayRequirements () | |
| bool | Matches (const FGameplayTagContainer &Tags) const |
公開変数類 | |
| FGameplayTagQuery | Custom |
| TObjectPtr< UAtomRequirementPreset > | Preset = nullptr |
AtomGameplayRequirements - A set of requirements for Atom gameplay features.
| FAtomGameplayRequirements::FAtomGameplayRequirements | ( | ) |
| bool FAtomGameplayRequirements::Matches | ( | const FGameplayTagContainer & | Tags | ) | const |
Returns true if the preset and the custom query match the provided tags; ignores preset or custom query if they are empty.
| FGameplayTagQuery FAtomGameplayRequirements::Custom |
An optional custom query tested against a collection of tags to determine a match. Ignored if empty.
| TObjectPtr<UAtomRequirementPreset> FAtomGameplayRequirements::Preset = nullptr |
An optional requirement preset tested against a collection of tags to determine a match. Ignored if null.