We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7ac97 commit b149304Copy full SHA for b149304
Source/Flow/Private/FlowAsset.cpp
@@ -1242,7 +1242,7 @@ void UFlowAsset::OnLoad_Implementation()
1242
{
1243
}
1244
1245
-bool UFlowAsset::IsBoundToWorld_Implementation()
+bool UFlowAsset::IsBoundToWorld_Implementation() const
1246
1247
return bWorldBound;
1248
Source/Flow/Public/FlowAsset.h
@@ -421,7 +421,7 @@ class FLOW_API UFlowAsset : public UObject
421
422
public:
423
UFUNCTION(BlueprintNativeEvent, Category = "SaveGame")
424
- bool IsBoundToWorld();
+ bool IsBoundToWorld() const;
425
426
//////////////////////////////////////////////////////////////////////////
427
// FlowAssetParams support (Start node params for a flow graph)
0 commit comments