Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FUniversalObjectLocator
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocator.h |
| Include | #include "UniversalObjectLocator.h" |
| Source | /Engine/Source/Runtime/UniversalObjectLocator/Private/UniversalObjectLocator.cpp |
bool ForEachFragment
(
TFunctionRef < bool, int32 , const FUniversalObjectLocatorFragment &)> InFunction
) const
Remarks
Iterate the fragments in this address false if the iteration was stopped early, true if the iteration succeeded (or if empty)
Parameters
| Name | Description |
|---|---|
| InFunction | The visitor function to call for each fragment in this address. Function should return false to stop iteration. |