#include <FlowDefinitionBase.h>
◆ FinishFlow()
| void UFlowDefinitionBase::FinishFlow |
( |
| ) |
|
24{
26 {
27 return;
28 }
29
34}
bool bIsRunning
Definition FlowDefinitionBase.h:59
virtual void HandleFlowFinished()
Definition FlowDefinitionBase.h:42
void ReceiveFlowFinished()
TWeakObjectPtr< UObject > FlowOwner
Definition FlowDefinitionBase.h:56
◆ GetFlowOwner()
| FORCEINLINE UObject * UFlowDefinitionBase::GetFlowOwner |
( |
| ) |
const |
|
inline |
◆ HandleFlowFinished()
| virtual void UFlowDefinitionBase::HandleFlowFinished |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ HandleFlowReset()
| virtual void UFlowDefinitionBase::HandleFlowReset |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ HandleFlowStarted()
| virtual void UFlowDefinitionBase::HandleFlowStarted |
( |
UObject * |
InFlowOwner | ) |
|
|
inlineprotectedvirtual |
◆ IsRunning()
| FORCEINLINE bool UFlowDefinitionBase::IsRunning |
( |
| ) |
const |
|
inline |
◆ ReceiveFlowFinished()
| void UFlowDefinitionBase::ReceiveFlowFinished |
( |
| ) |
|
|
protected |
◆ ReceiveFlowReset()
| void UFlowDefinitionBase::ReceiveFlowReset |
( |
| ) |
|
|
protected |
◆ ReceiveFlowStarted()
| void UFlowDefinitionBase::ReceiveFlowStarted |
( |
UObject * |
InFlowOwner | ) |
|
|
protected |
◆ ResetFlow()
| void UFlowDefinitionBase::ResetFlow |
( |
| ) |
|
44{
49}
virtual void HandleFlowReset()
Definition FlowDefinitionBase.h:43
◆ StartFlow()
| bool UFlowDefinitionBase::StartFlow |
( |
UObject * |
InFlowOwner | ) |
|
8{
10 {
11 return false;
12 }
13
16
19 return true;
20}
void ReceiveFlowStarted(UObject *InFlowOwner)
virtual void HandleFlowStarted(UObject *InFlowOwner)
Definition FlowDefinitionBase.h:41
◆ StopFlow()
| void UFlowDefinitionBase::StopFlow |
( |
| ) |
|
|
protected |
38{
40}
void FinishFlow()
Definition FlowDefinitionBase.cpp:23
◆ bIsRunning
| bool UFlowDefinitionBase::bIsRunning = false |
|
private |
◆ FlowOwner
| TWeakObjectPtr<UObject> UFlowDefinitionBase::FlowOwner |
|
private |
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: