Navigation
API > API/Plugins > API/Plugins/OSC > API/Plugins/OSC/FOSCAddress
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Pops container from ordered array of containers | OSCAddress.h | ||
bool PopContainer
(
FString& OutContainer |
Pops container from ordered array of containers | OSCAddress.h |
PopContainer()
Description
Pops container from ordered array of containers
| Name | PopContainer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCAddress.h |
| Include Path | #include "OSCAddress.h" |
| Source | /Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCAddress.cpp |
FString PopContainer()
PopContainer(FString &)
Description
Pops container from ordered array of containers
| Name | PopContainer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCAddress.h |
| Include Path | #include "OSCAddress.h" |
| Source | /Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCAddress.cpp |
bool PopContainer
(
FString & OutContainer
)