UPawnAction_Repeat::CreateAction

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Actions/PawnAction_Repeat.h

Include

#include "Actions/PawnAction_Repeat.h"

Source

/Engine/Source/Runtime/AIModule/Private/Actions/PawnAction_Repeat.cpp

Syntax

static UPawnAction_Repeat * CreateAction
(
    UWorld & World,
    UPawnAction * ActionToRepeat,
    int32 NumberOfRepeats,
    EPawnSubActionTriggeringPolicy::Type InSubActionTriggeringPolicy
)

Parameters

Parameter

Description

NumberOfRepeats

number of times to repeat action. UPawnAction_Repeat::LoopForever loops forever

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