Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- FTickableObjectBase
- FTickableEditorObject
- FReplaceNodeReferencesHelper
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ReplaceNodeReferencesHelper.h |
| Include | #include "ReplaceNodeReferencesHelper.h" |
Syntax
struct FReplaceNodeReferencesHelper : public FTickableEditorObject
Remarks
A helper class for Replacing Variable references in blueprints
Constructors
| Type | Name | Description | |
|---|---|---|---|
FReplaceNodeReferencesHelper
(
const FMemberReference& Source, |
Constructs a ReplaceNodeReferencesHelper with the specified Source and Replacement variables | ||
FReplaceNodeReferencesHelper
(
FMemberReference&& Source, |
Constructs a ReplaceNodeReference Helper with the specified Source and Replacement variables |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginFindAndReplace
(
const FSimpleDelegate& InOnCompleted |
Triggers a FindInBlueprints cache of all blueprints, and submits a search query when it is done, this could take a while | |
| const FMemberReference & | Returns the MemberReference for the Replacement | ||
| const FMemberReference & | GetSource () |
Returns the MemberReference for the Source | |
| bool | IsCompleted () |
Returns true when the Find/Replace operation is finished | |
| void | ReplaceReferences
(
TArray< FImaginaryFiBDataSharedPtr >& InRawDataList |
Callback to replace references when Search is completed | |
| void | ReplaceReferences
(
const FMemberReference& InSource, |
Helper function to replace references | |
| const void | SetTransaction
(
TSharedPtr< FScopedTransaction > InTransaction |
Keeps a scoped transaction alive while it does it's job (call with nullptr to reset if needed) |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| bool | IsTickable () |
Virtual that can be overloaded by the inheriting class. | |
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |