Tries to find the TState in the context.
Assembly: Epic.Prelude
Declaration Syntax
C# |
bool TryGet<TState>( out TState state )
Generic Template Parameters
- TState
- Type of the state needed.
Parameters
- state (TState%)
- TState to be used during the visit.
Return Value
trueTruetrue when the TState has been found, falseFalsefalse otherwise.