Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetGroupsToIgnoreMask
(
const FNavAvoidanceMask& GroupMask |
GameFramework/CharacterMovementComponent.h |
|
|
virtual void SetGroupsToIgnoreMask
(
int32 GroupFlags |
Store the groups to ignore mask | GameFramework/CharacterMovementComponent.h |
SetGroupsToIgnoreMask(const FNavAvoidanceMask &)
| Name | SetGroupsToIgnoreMask |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Pawn|Components|CharacterMovement")
void SetGroupsToIgnoreMask
(
const FNavAvoidanceMask & GroupMask
)
SetGroupsToIgnoreMask(int32)
Description
Store the groups to ignore mask
| Name | SetGroupsToIgnoreMask |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
virtual void SetGroupsToIgnoreMask
(
int32 GroupFlags
)